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