I have tried following method to get subject section
abstractPolicy.getTarget().getSubjectsSection()
but from that it dosen’t provide any methods to get subject’s information. So can I convert it to org.w3c.dom.Node ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the sun XACML implementation, although
getMatchList()method is available incom/sun/xacml/TargetMatch.javaclass it isn’t available in thecom/sun/xacml/TargetMatchGroup.javaclass. So adding following method to theTargetMatchGroup.javawill solve the problem: