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.cond |
Support for Conditions is in this package.
|
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. |
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. |
Modifier and Type | Method and Description |
---|---|
VariableDefinition |
VariableManager.getDefinition(String variableId)
Returns the definition with the given identifier.
|
static VariableDefinition |
VariableDefinition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the
VariableDefinition class based on a DOM node. |
VariableDefinition |
VariableReference.getReferencedDefinition()
Returns the
VariableDefinition referenced by this class, or null if the
definition cannot be resolved. |
Constructor and Description |
---|
VariableReference(VariableDefinition definition)
Constructor that takes the definition referenced by this class.
|
Copyright © 2022 WSO2. All rights reserved.