JBoss port of sunxacml 2.0.8.Final-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.cond.Apply

Packages that use Apply
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.cond Support for Conditions is in this package. 
 

Uses of Apply in org.jboss.security.xacml.sunxacml
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type Apply
Rule(URI id, int effect, String description, Target target, Apply condition)
          Deprecated. As of 2.0 you should use the Constructor that accepts the new Condition class.
 

Uses of Apply in org.jboss.security.xacml.sunxacml.cond
 

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.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.