|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.authorization.dseecompat.TargetFilter
public class TargetFilter
This class represents a targetfilter keyword of an aci.
| Method Summary | |
|---|---|
static TargetFilter |
decode(EnumTargetOperator op,
java.lang.String expr)
Decode a aci's targetfilter string. |
boolean |
isApplicable(AciTargetMatchContext matchCtx)
Checks if a targetfilter matches an evaluation context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TargetFilter decode(EnumTargetOperator op,
java.lang.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||