public class IP extends Object implements KeywordBindRule
| Modifier and Type | Method and Description |
|---|---|
static KeywordBindRule |
decode(String expr,
EnumBindRuleType type)
Decodes the provided IP bind rule expression string and returns an
IP class the can be used to evaluate remote clients IP addresses.
|
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Perform an evaluation using the provided evaluation context's remote
IP address information.
|
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 expression string from the ACI IP bind rule.type - An enumeration representing the expression type.AciException - If there is a parsing error.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evaluate in interface KeywordBindRuleevalCtx - An evaluation context containing the remote clients
IP address information.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.