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.
feedback
|
|
In sun XACML implementation, although "getMatchList()" method is available in com/sun/xacml/TargetMatch.java class it doesn't available in com/sun/xacml/TargetMatchGroup.java class. So adding following method to the TargetMatchGroup.java will solve the problem.
| |||
|
feedback
|