|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.authorization.dseecompat.DNS
public class DNS
This class implements the dns bind rule keyword.
| Method Summary | |
|---|---|
static DNS |
decode(java.lang.String expr,
EnumBindRuleType type)
Decode an string representing a dns bind rule. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Performs evaluation of dns keyword 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 DNS decode(java.lang.String expr,
EnumBindRuleType type)
throws AciException
expr - A string representation of 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 KeywordBindRuleevalCtx - An evaluation context to use in the evaluation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||