|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationTree | |
---|---|
org.aselect.agent.authorization.evaluation | |
org.aselect.agent.authorization.parsing |
Uses of EvaluationTree in org.aselect.agent.authorization.evaluation |
---|
Methods in org.aselect.agent.authorization.evaluation with parameters of type EvaluationTree | |
---|---|
boolean |
AuthorizationRuleEvaluator.evaluate(java.util.Hashtable htAttributes,
EvaluationTree tEvaluation)
Evaluate a authorization rule. |
Uses of EvaluationTree in org.aselect.agent.authorization.parsing |
---|
Fields in org.aselect.agent.authorization.parsing declared as EvaluationTree | |
---|---|
EvaluationTree |
EvaluationTree._tLeft
The tree node its left children. |
EvaluationTree |
EvaluationTree._tRight
The tree node its right children. |
Methods in org.aselect.agent.authorization.parsing that return EvaluationTree | |
---|---|
EvaluationTree |
AuthorizationRule.getEvaluationTree()
retrieve the parsed evaluation tree. |
EvaluationTree |
AuthorizationRuleParser.getEvaluationTree()
Retrieve the authorization tree. |
Constructors in org.aselect.agent.authorization.parsing with parameters of type EvaluationTree | |
---|---|
AuthorizationRule(java.lang.String sPlainTextRule,
java.lang.String sURI,
EvaluationTree tEvaluation)
Create a new AuthorizationRule . |
|
EvaluationTree(EvaluationTree tLeft,
EvaluationTree tRight,
java.lang.Object oNode)
Creates a simple recursive binary tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |