Uses of Class
org.apache.directory.shared.ldap.aci.UserClass

Packages that use UserClass
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
 

Uses of UserClass in org.apache.directory.shared.ldap.aci
 

Subclasses of UserClass in org.apache.directory.shared.ldap.aci
static class UserClass.AllUsers
          Every directory user (with possible requirements for authenticationLevel).
static class UserClass.Name
          The user with the specified distinguished name.
private static class org.apache.directory.shared.ldap.aci.UserClass.NamedUserClass
          A base class for all user classes which has a set of DNs.
static class UserClass.Subtree
          The set of users whose distinguished names fall within the definition of the (unrefined) subtree.
static class UserClass.ThisEntry
          The user with the same distinguished name as the entry being accessed, or if the entry is a member of a family, then additionally the user with the distinguished name of the ancestor.
static class UserClass.UserGroup
          The set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name.
 



Copyright © 2003-2006 . All Rights Reserved.