Uses of Class
org.wso2.balana.Rule

Packages that use Rule
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.combine All of the combining algorithm support is in this package. 
 

Uses of Rule in org.wso2.balana
 

Methods in org.wso2.balana that return Rule
static Rule Rule.getInstance(Node root, PolicyMetaData metaData, VariableManager manager)
          Returns a new instance of the Rule class based on a DOM node.
static Rule Rule.getInstance(Node root, 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.
 

Constructor parameters in org.wso2.balana with type arguments of type Rule
Policy(URI id, RuleCombiningAlgorithm combiningAlg, AbstractTarget target, List<Rule> rules)
          Creates a new Policy with only the required elements plus rules.
Policy(URI id, String version, RuleCombiningAlgorithm combiningAlg, String description, AbstractTarget target, List<Rule> rules)
          Creates a new Policy with the required elements plus a version, rules, and a String description.
Policy(URI id, String version, RuleCombiningAlgorithm combiningAlg, String description, AbstractTarget target, String defaultVersion, List<Rule> rules)
          Creates a new Policy with the required elements plus a version, rules, a String description and policy defaults.
Policy(URI id, String version, RuleCombiningAlgorithm combiningAlg, String description, AbstractTarget target, String defaultVersion, List<Rule> rules, Set<AbstractObligation> obligations)
          Creates a new Policy with the required elements plus a version, rules, a String description, policy defaults, and obligations.
Policy(URI id, String version, RuleCombiningAlgorithm combiningAlg, String description, AbstractTarget target, String defaultVersion, List<Rule> rules, Set<AbstractObligation> obligations, Set<VariableDefinition> definitions)
          Creates a new Policy with the required elements plus a version, rules, a String description, policy defaults, obligations, and variable definitions.
 

Uses of Rule in org.wso2.balana.combine
 

Methods in org.wso2.balana.combine that return Rule
 Rule RuleCombinerElement.getRule()
          Returns the Rule in this element.
 

Constructors in org.wso2.balana.combine with parameters of type Rule
RuleCombinerElement(Rule rule)
          Constructor that only takes a Rule
RuleCombinerElement(Rule rule, List parameters)
          Constructor that takes both the Rule to combine and its associated combiner parameters.
 



Copyright © 2015 WSO2. All rights reserved.