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

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

Methods in org.wso2.balana that return types with arguments of type CombinerElement
 List<CombinerElement> AbstractPolicy.getChildElements()
          Returns the List of CombinerElements that is provided to the combining algorithm.
 

Method parameters in org.wso2.balana with type arguments of type CombinerElement
protected  void AbstractPolicy.setChildren(List<CombinerElement> children)
          Sets the child policy tree elements for this node, which are passed to the combining algorithm on evaluation.
 

Constructor parameters in org.wso2.balana with type arguments of type CombinerElement
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.
 

Uses of CombinerElement in org.wso2.balana.combine
 

Subclasses of CombinerElement in org.wso2.balana.combine
 class PolicyCombinerElement
          Specific version of CombinerElement used for policy combining.
 class RuleCombinerElement
          Specific version of CombinerElement used for rule combining.
 



Copyright © 2015 WSO2. All rights reserved.