public final class ExtOp extends Object
Modifier and Type | Method and Description |
---|---|
static ExtOp |
decode(EnumTargetOperator operator,
String expr)
Decode an extop expression string.
|
boolean |
isApplicable(AciTargetMatchContext matchCtx)
Check if a extop is applicable based on the provided target match context.
|
public static ExtOp decode(EnumTargetOperator operator, String expr) throws AciException
operator
- An enumeration representing the operator type.expr
- A string representing the extop expression.AciException
- If the specified expression string is invalid.public boolean isApplicable(AciTargetMatchContext matchCtx)
matchCtx
- The target match context to use in the check.Copyright 2010-2018 ForgeRock AS.