|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetMatch | |
---|---|
org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
Uses of TargetMatch in org.jboss.security.xacml.sunxacml |
---|
Methods in org.jboss.security.xacml.sunxacml that return TargetMatch | |
---|---|
static TargetMatch |
TargetMatch.getInstance(Node root,
int matchType,
PolicyMetaData metaData)
Creates a TargetMatch by parsing a node, using the
input prefix to determine whether this is a SubjectMatch, ResourceMatch,
or ActionMatch. |
static TargetMatch |
TargetMatch.getInstance(Node root,
String prefix,
String xpathVersion)
Deprecated. As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will
only work for XACML 1.x policies. |
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |