Uses of Class
org.wso2.balana.cond.Apply

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

Uses of Apply in org.wso2.balana
 

Constructors in org.wso2.balana with parameters of type Apply
Rule(URI id, int effect, String description, AbstractTarget target, Apply condition, int xacmlVersion)
          Deprecated. As of 2.0 you should use the Constructor that accepts the new Condition class.
 

Uses of Apply in org.wso2.balana.cond
 

Methods in org.wso2.balana.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.
 



Copyright © 2015 WSO2. All rights reserved.