Uses of Class
org.opends.server.authorization.dseecompat.AciException
Packages that use AciException
Package
Description
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
-
Uses of AciException in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that throw AciExceptionModifier and TypeMethodDescriptionstatic Aci
Aci.decode
(String aciString, Dn dn, ServerContext serverContext) Decode an ACI byte string.static AciBody
AciBody.decode
(String input, ServerContext serverContext) Decode an ACI string representing the ACI body.static AciTargets
AciTargets.decode
(String input, Dn dn, ServerContext serverContext) Decode an ACI's target part of the syntax from the string provided.static BindRule
BindRule.decode
(String input, ServerContext serverContext) Decode an ACI bind rule string representation.static ExtOp
ExtOp.decode
(EnumTargetOperator operator, String expr) Decode an extop expression string.static PatternIP
Decode the provided address expression string and create a class that can be used to perform an evaluation of an IP address based on the decoded expression string information.static PermBindRulePair
PermBindRulePair.decode
(String perm, String rights, String bRule, ServerContext serverContext) Decodes a permission bind rule pair.static TargAttrFilters
TargAttrFilters.decode
(EnumTargetOperator type, String expression, ServerContext serverContext) Decode an targattrfilter rule.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.