|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.shared.ldap.aci that return types with arguments of type UserClass | |
---|---|
java.util.Collection<UserClass> |
ACITuple.getUserClasses()
Returns the collection of UserClass es this tuple relates to. |
java.util.Collection<UserClass> |
UserFirstACIItem.getUserClasses()
Returns the set of UserClass es. |
java.util.Collection<UserClass> |
ItemPermission.getUserClasses()
Returns the collection of UserClass es. |
Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type UserClass | |
---|---|
ACITuple(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Set<MicroOperation> microOperations,
boolean grant,
int precedence)
Creates a new instance. |
|
ItemPermission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials,
java.util.Collection<UserClass> userClasses)
Creates a new instance |
|
UserFirstACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection<UserClass> userClasses,
java.util.Collection<UserPermission> userPermissions)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |