public class TargetFilter extends Object
| Modifier and Type | Method and Description |
|---|---|
static TargetFilter |
decode(EnumTargetOperator op,
String expr)
Decode a aci's targetfilter string.
|
boolean |
isApplicable(AciTargetMatchContext matchCtx)
Checks if a targetfilter matches an evaluation context.
|
public static TargetFilter decode(EnumTargetOperator op, String expr) throws AciException
op - The operation enumeration of the expression.expr - A string representing the target filter.AciException - If the expression string is invalid.public boolean isApplicable(AciTargetMatchContext matchCtx)
matchCtx - The evaluation context to use in the matching.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.