|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableDefinition | |
---|---|
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. |
Uses of VariableDefinition in org.wso2.balana |
---|
Constructor parameters in org.wso2.balana with type arguments of type VariableDefinition | |
---|---|
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. |
Uses of VariableDefinition in org.wso2.balana.cond |
---|
Methods in org.wso2.balana.cond that return VariableDefinition | |
---|---|
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. |
Constructors in org.wso2.balana.cond with parameters of type VariableDefinition | |
---|---|
VariableReference(VariableDefinition definition)
Constructor that takes the definition referenced by this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |