|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.agent.authorization.parsing.AuthorizationRule
public class AuthorizationRule
An A-Select Authorization rule.
Description:
Contains the parsed authorization rules as well as the String
representation and the URI.
Concurrency issues:
-
Constructor Summary | |
---|---|
AuthorizationRule(java.lang.String sPlainTextRule,
java.lang.String sURI,
EvaluationTree tEvaluation)
Create a new AuthorizationRule . |
Method Summary | |
---|---|
EvaluationTree |
getEvaluationTree()
retrieve the parsed evaluation tree. |
java.lang.String |
getPlainTextRule()
Retrieve the Rule in plain text. |
java.lang.String |
getURI()
Retrieve the URI that this rule belongs to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationRule(java.lang.String sPlainTextRule, java.lang.String sURI, EvaluationTree tEvaluation)
AuthorizationRule
.
sPlainTextRule
- The rule in plain text.sURI
- The request URI for this rule.tEvaluation
- The parsed evaluation rule.Method Detail |
---|
public java.lang.String getPlainTextRule()
public java.lang.String getURI()
public EvaluationTree getEvaluationTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |