|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableManager | |
---|---|
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 VariableManager in org.wso2.balana |
---|
Methods in org.wso2.balana with parameters of type VariableManager | |
---|---|
static Rule |
Rule.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the Rule class based on a DOM node. |
Uses of VariableManager in org.wso2.balana.cond |
---|
Methods in org.wso2.balana.cond with parameters of type VariableManager | |
---|---|
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion,
VariableManager manager)
Returns an instance of an Apply based on the given DOM root node. |
static VariableReference |
VariableReference.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the VariableReference class based on a DOM node. |
static VariableDefinition |
VariableDefinition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the VariableDefinition class based on a DOM node. |
static Condition |
Condition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Condition based on the given DOM root. |
static Apply |
Apply.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Apply based on the given DOM root. |
static Expression |
ExpressionHandler.parseExpression(Node root,
PolicyMetaData metaData,
VariableManager manager)
Parses an expression, recursively handling any sub-elements. |
Constructors in org.wso2.balana.cond with parameters of type VariableManager | |
---|---|
VariableReference(String variableId,
VariableManager manager)
Constructor that takes the reference identifier and a manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |