Uses of Class
org.apache.directory.api.ldap.aci.UserClass
-
Packages that use UserClass Package Description org.apache.directory.api.ldap.aci -
-
Uses of UserClass in org.apache.directory.api.ldap.aci
Subclasses of UserClass in org.apache.directory.api.ldap.aci Modifier and Type Class Description static classUserClass.AllUsersEvery directory user (with possible requirements for authenticationLevel).static classUserClass.NameThe user with the specified distinguished name.static classUserClass.ParentOfEntryThe user as parent (ancestor) of accessed entry.static classUserClass.SubtreeThe set of users whose distinguished names fall within the definition of the (unrefined) subtree.static classUserClass.ThisEntryThe 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 classUserClass.UserGroupThe set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name.Methods in org.apache.directory.api.ldap.aci that return types with arguments of type UserClass Modifier and Type Method Description Collection<UserClass>ACITuple. getUserClasses()Gets the collection ofUserClasses this tuple relates to.Collection<UserClass>ItemPermission. getUserClasses()Gets the collection ofUserClasses.Collection<UserClass>UserFirstACIItem. getUserClasses()Gets the collection ofUserClasses.Constructor parameters in org.apache.directory.api.ldap.aci with type arguments of type UserClass Constructor Description ACITuple(Collection<UserClass> userClasses, AuthenticationLevel authenticationLevel, Collection<ProtectedItem> protectedItems, Collection<MicroOperation> microOperations, boolean grant, Integer precedence)Creates a new instance.UserFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection<UserClass> userClasses, Collection<UserPermission> userPermissions)Creates a new instance.
-