public class TimeOfDay extends Object implements KeywordBindRule
| Modifier and Type | Method and Description |
|---|---|
static TimeOfDay |
decode(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.
|
String |
toString() |
void |
toString(StringBuilder buffer)
Appends a string representation of this object to the provided buffer.
|
public static TimeOfDay decode(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 KeywordBindRuleevalCtx - The evaluation context to use for the evaluation.public final void toString(StringBuilder buffer)
toString in interface KeywordBindRulebuffer - The buffer into which a string representation of this object
should be appended.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.