|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.AuthMethod
public class AuthMethod
The AuthMethod class represents an authmethod bind rule keyword expression.
Method Summary | |
---|---|
static KeywordBindRule |
decode(java.lang.String expr,
EnumBindRuleType type)
Decode a string representing an authmethod bind rule. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluate authmethod bind rule using the provided 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 expr, EnumBindRuleType type) throws AciException
expr
- The string representing the bind rule.type
- An enumeration representing the bind rule type.
AciException
- If the expression string is invalid.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evaluate
in interface KeywordBindRule
evalCtx
- An evaluation context to use.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |