Class DayOfWeek
- java.lang.Object
-
- org.opends.server.authorization.dseecompat.DayOfWeek
-
- All Implemented Interfaces:
KeywordBindRule
public final class DayOfWeek extends Object implements KeywordBindRule
This class implements the dayofweek bind rule keyword.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeywordBindRuledecode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type)Decode an string representing a dayofweek bind rule.EnumEvalResultevaluate(AciEvalContext evalCtx)Performs evaluation of a dayofweek bind rule using the provided evaluation context.StringtoString()voidtoString(StringBuilder buffer)Appends a string representation of this object to the provided buffer.
-
-
-
Method Detail
-
decode
public static KeywordBindRule decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type) throws AciException
Decode an string representing a dayofweek bind rule.- Parameters:
expr- A string representation of the bind rule.type- An enumeration representing the bind rule type.- Returns:
- A keyword bind rule class that can be used to evaluate this bind rule.
- Throws:
AciException- If the expression string is invalid.
-
evaluate
public EnumEvalResult evaluate(AciEvalContext evalCtx)
Performs evaluation of a dayofweek bind rule using the provided evaluation context.- Specified by:
evaluatein interfaceKeywordBindRule- Parameters:
evalCtx- An evaluation context to use in the evaluation.- Returns:
- An enumeration evaluation result.
-
toString
public void toString(StringBuilder buffer)
Description copied from interface:KeywordBindRuleAppends a string representation of this object to the provided buffer.- Specified by:
toStringin interfaceKeywordBindRule- Parameters:
buffer- The buffer into which a string representation of this object should be appended.
-
-