|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.UserAttr
public class UserAttr
This class implements the userattr bind rule keyword.
Method Summary | |
---|---|
static KeywordBindRule |
decode(java.lang.String expression,
EnumBindRuleType type)
Decode an string containing the userattr bind rule expression. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluate the expression using an evaluation context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static KeywordBindRule decode(java.lang.String expression, EnumBindRuleType type) throws AciException
expression
- The expression string.type
- The bind rule type.
AciException
- If the string contains an invalid expression.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evaluate
in interface KeywordBindRule
evalCtx
- The evaluation context to use in the evaluation of the
userattr expression.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |