|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 CombinerElement s 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |