Package org.opends.server.authorization.dseecompat
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
-
Interface Summary Interface Description AciEvalContext Interface that provides a view of the AciContainer that is used by the ACI evaluation code to evaluate an ACI.AciTargetMatchContext The AciTargetMatchContext interface provides a view of an AciContainer that exposes information to be used by the Aci.isApplicable() method to determine if an ACI is applicable (targets matched) to the LDAP operation, operation rights and entry and attributes having access checked on.KeywordBindRule This interface represents a keyword bind rule class that can evaluate an evaluation context. -
Class Summary Class Description Aci The Aci class represents ACI strings.AciBody This class represents the body of an ACI.AciEffectiveRights This class implements the dseecompat geteffectiverights evaluation.AciHandler A DSEE-compatible access control handler.AciList The AciList class performs caching of the ACI attribute values using the entry DN as the key.AciListenerManager The AciListenerManager updates an ACI list after each modification operation.AciTargets This class represents target part of an ACI's syntax.AuthMethod The AuthMethod class represents an authmethod bind rule keyword expression.BindRule This class represents a single bind rule of an ACI permission-bind rule pair.DayOfWeek This class implements the dayofweek bind rule keyword.DNS This class implements the dns bind rule keyword.ExtOp This class represents an ACI's extop keyword rule.IP This class represents a single ACI's IP bind rule expression.PatternDN This class is used to encapsulate DN pattern matching using wildcards.PatternIP A class representing a single IP address parsed from a IP bind rule expression.PatternRDN This class is used to match RDN patterns containing wildcards in either the attribute types or the attribute values.PermBindRulePair A class representing a permission-bind rule pair.Permission A class representing the permissions of an bind rule.SSF The class represents the ssf keyword in a bind rule.SSF stands for security strength factor.TargAttrFilters The TargAttrFilters class represents a targattrfilters rule of an ACI.Target A class representing an ACI target keyword.TargetControl This class represents an ACI's targetcontrol keyword.TargetFilter This class represents a targetfilter keyword of an aci.TimeOfDay This class represents the timeofday keyword in a bind rule.UserAttr This class implements the userattr bind rule keyword.UserDN This class represents the userdn keyword in a bind rule. -
Enum Summary Enum Description EnumEvalReason This class provides an enumeration of the reasons why an ACI evaluation returned a result from the AciHandler's testApplicableLists call.EnumEvalResult This class provides an enumeration of evaluation results returned by the bind rule evaluation methods.EnumRight This class provides an enumeration of the ACI rights.EnumTargetOperator This class provides an enumeration of the valid ACI target operators. -
Exception Summary Exception Description AciException The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci" attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs.