public class AuthMethod extends Object implements KeywordBindRule
| Modifier and Type | Method and Description |
|---|---|
static KeywordBindRule |
decode(String expr,
EnumBindRuleType type)
Decode a string representing an authmethod bind rule.
|
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluate authmethod bind rule using the provided evaluation context.
|
String |
toString() |
void |
toString(StringBuilder buffer)
Appends a string representation of this object to the provided buffer.
|
public static KeywordBindRule decode(String expr, EnumBindRuleType type) throws AciException
expr - The string representing 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 KeywordBindRuleevalCtx - An evaluation context to use.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.