Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<CombinerElement> |
AbstractPolicy.getChildElements()
Returns the
List of CombinerElement s that is provided to the
combining algorithm. |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
PolicyCombinerElement
Specific version of
CombinerElement used for policy combining. |
class |
RuleCombinerElement
Specific version of
CombinerElement used for rule combining. |
Copyright © 2024 WSO2. All rights reserved.