Uses of Class
org.wso2.balana.combine.CombinerParameter

Packages that use CombinerParameter
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 CombinerParameter in org.wso2.balana
 

Constructor parameters in org.wso2.balana with type arguments of type CombinerParameter
AbstractPolicy(URI id, String version, CombiningAlgorithm combiningAlg, String description, AbstractTarget target, String defaultVersion, Set<AbstractObligation> obligationExpressions, Set<AdviceExpression> adviceExpressions, List<CombinerParameter> parameters)
          Constructor used to create a policy from concrete components.
Policy(URI id, String version, RuleCombiningAlgorithm combiningAlg, String description, AbstractTarget target, String defaultVersion, List<CombinerElement> ruleElements, Set<AbstractObligation> obligations, Set<VariableDefinition> definitions, List<CombinerParameter> parameters)
          Creates a new Policy with the required and optional elements.
PolicySet(URI id, String version, PolicyCombiningAlgorithm combiningAlg, String description, AbstractTarget target, List policyElements, String defaultVersion, Set<AbstractObligation> obligations, List<CombinerParameter> parameters)
          Creates a new PolicySet with the required and optional elements.
 

Uses of CombinerParameter in org.wso2.balana.combine
 

Methods in org.wso2.balana.combine that return CombinerParameter
static CombinerParameter CombinerParameter.getInstance(Node root)
          Returns a new instance of the CombinerParameter class based on a DOM node.
 



Copyright © 2015 WSO2. All rights reserved.