Methods in org.jboss.security.xacml.sunxacml.cond that return Apply |
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion)
Deprecated. As of 2.0 you should avoid using this method, since it
does not provide a Condition instance and
does not handle XACML 2.0 policies correctly. If you need
a similar method you can use the new version that
accepts a VariableManager . This will return
an Apply instance for XACML 1.x policies. |
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion,
VariableManager manager)
Returns an instance of an Apply based on the given DOM
root node. |
static Apply |
Apply.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Apply based on the given DOM root. |
static Apply |
Apply.getInstance(Node root,
String xpathVersion)
Deprecated. As of 2.0 you should avoid using this method, since it
does not handle XACML 2.0 policies correctly. If you need
a similar method you can use the new version that
accepts a VariableManager . This will return
an Apply instance for XACML 1.x policies. |