|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.TimeOfDay
public class TimeOfDay
This class represents the timeofday keyword in a bind rule.
Method Summary | |
---|---|
static TimeOfDay |
decode(java.lang.String expr,
EnumBindRuleType type)
Decodes a string representation of a timeofday bind rule expression. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluates the timeofday bind rule using the evaluation context passed into the method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TimeOfDay decode(java.lang.String expr, EnumBindRuleType type) throws AciException
expr
- A string representation of the expression.type
- An enumeration of the type of the expression.
AciException
- If the expression is invalid.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evaluate
in interface KeywordBindRule
evalCtx
- The evaluation context to use for the evaluation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |