|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.authorization.dseecompat.BindRule
public class BindRule
This class represents a single bind rule of an ACI permission-bind rule pair.
| Method Summary | |
|---|---|
static BindRule |
decode(java.lang.String input)
Decode an ACI bind rule string representation. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluate an bind rule against 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 BindRule decode(java.lang.String input)
throws AciException
input - The string representation of the bind rule.
AciException - If the string is an invalid bind rule.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evalCtx - The evaluation context to pass to the keyword
evaluation function.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||