|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.authorization.dseecompat.ExtOp
public class ExtOp
This class represents an ACI's extop keyword rule.
| Method Summary | |
|---|---|
static ExtOp |
decode(EnumTargetOperator operator,
java.lang.String expr)
Decode an extop expression string. |
boolean |
isApplicable(AciTargetMatchContext matchCtx)
Check if a extop is applicable based on the provided target match context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExtOp decode(EnumTargetOperator operator,
java.lang.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||