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 AciAci.decode(String aciString, Dn dn, ServerContext serverContext) Decode an ACI byte string.static AciBodyAciBody.decode(String input, ServerContext serverContext) Decode an ACI string representing the ACI body.static AciTargetsAciTargets.decode(String input, Dn dn, ServerContext serverContext) Decode an ACI's target part of the syntax from the string provided.static KeywordBindRuleAuthMethod.decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type, ServerContext serverContext) Decode a string representing an authmethod bind rule.static BindRuleBindRule.decode(String input, ServerContext serverContext) Decode an ACI bind rule string representation.static KeywordBindRuleDayOfWeek.decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type) Decode an string representing a dayofweek bind rule.static DNSDNS.decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type) Decode an string representing a dns bind rule.static ExtOpExtOp.decode(EnumTargetOperator operator, String expr) Decode an extop expression string.static KeywordBindRuleDecodes the provided IP bind rule expression string and returns an IP class the can be used to evaluate remote clients IP addresses.static PatternIPDecode 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 PermBindRulePairPermBindRulePair.decode(String perm, String rights, String bRule, ServerContext serverContext) Decodes a permission bind rule pair.static TargAttrFiltersTargAttrFilters.decode(EnumTargetOperator type, String expression, ServerContext serverContext) Decode an targattrfilter rule.static TargetTarget.decode(EnumTargetOperator operator, String expr, Dn aciDN) Decode an expression string representing a target keyword expression.static TargetControlTargetControl.decode(EnumTargetOperator operator, String expr) Decode an targetcontrol expression string.static TargetFilterTargetFilter.decode(EnumTargetOperator op, String expr) Decode a aci's targetfilter string.static TimeOfDayTimeOfDay.decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type) Decodes a string representation of a timeofday bind rule expression.static KeywordBindRuleUserDN.decode(String expression, org.opends.server.authorization.dseecompat.EnumBindRuleType type) Decodes an expression string representing a userdn bind rule.