|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserClass | |
|---|---|
| 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 | |
|---|---|
static class |
UserClass.AllUsers
Every directory user (with possible requirements for authenticationLevel). |
static class |
UserClass.Name
The user with the specified distinguished name. |
static class |
UserClass.ParentOfEntry
The user as parent (ancestor) of accessed entry. |
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. |
| Methods in org.apache.directory.api.ldap.aci that return types with arguments of type UserClass | |
|---|---|
Collection<UserClass> |
UserFirstACIItem.getUserClasses()
Gets the collection of UserClasses. |
Collection<UserClass> |
ItemPermission.getUserClasses()
Gets the collection of UserClasses. |
Collection<UserClass> |
ACITuple.getUserClasses()
Gets the collection of UserClasses this tuple relates to. |
| Constructor parameters in org.apache.directory.api.ldap.aci with type arguments of type UserClass | |
|---|---|
ACITuple(Collection<UserClass> userClasses,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<MicroOperation> microOperations,
boolean grant,
Integer precedence)
Creates a new instance. |
|
ItemPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
Creates a new instance |
|
UserFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<UserClass> userClasses,
Collection<UserPermission> userPermissions)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||