Uses of Class
org.opends.server.authorization.dseecompat.EnumTargetOperator
-
Packages that use EnumTargetOperator Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation. -
-
Uses of EnumTargetOperator in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return EnumTargetOperator Modifier and Type Method Description static EnumTargetOperator
EnumTargetOperator. createOperator(String op)
Creates an enumeration of the specified operator type name.EnumTargetOperator
Target. getOperator()
Returns the operator of this expression.static EnumTargetOperator
EnumTargetOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumTargetOperator[]
EnumTargetOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.authorization.dseecompat with parameters of type EnumTargetOperator Modifier and Type Method Description static ExtOp
ExtOp. decode(EnumTargetOperator operator, String expr)
Decode an extop expression string.static TargAttrFilters
TargAttrFilters. decode(EnumTargetOperator type, String expression)
Decode an targattrfilter rule.static Target
Target. decode(EnumTargetOperator operator, String expr, Dn aciDN)
Decode an expression string representing a target keyword expression.static TargetControl
TargetControl. decode(EnumTargetOperator operator, String expr)
Decode an targetcontrol expression string.static TargetFilter
TargetFilter. decode(EnumTargetOperator op, String expr)
Decode a aci's targetfilter string.
-