| Modifier and Type | Method and Description |
|---|---|
static PatternIP |
decode(String expr)
Decode the provided address expression string and create a class that
can be used to perform an evaluation of an IP address based on the
decoded expression string information.
|
EnumEvalResult |
evaluate(InetAddress remoteAddr)
Evaluate the provided IP address against the information processed during
the IP bind rule expression decode.
|
public static PatternIP decode(String expr) throws AciException
expr - The address expression string from the ACI IP bind rule.AciException - If the address expression is invalid.public EnumEvalResult evaluate(InetAddress remoteAddr)
remoteAddr - A IP address to evaluate.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.