|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.aci.UserClass
public abstract class UserClass
Defines a set of zero or more users the permissions apply to.
| Nested Class Summary | |
|---|---|
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. |
| Field Summary | |
|---|---|
static UserClass.AllUsers |
ALL_USERS
Every directory user (with possible requirements for authenticationLevel). |
static UserClass.ParentOfEntry |
PARENT_OF_ENTRY
The user as parent (ancestor) of accessed entry. |
static UserClass.ThisEntry |
THIS_ENTRY
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. |
| Constructor Summary | |
|---|---|
protected |
UserClass()
Creates a new instance. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UserClass.AllUsers ALL_USERS
public static final UserClass.ThisEntry THIS_ENTRY
public static final UserClass.ParentOfEntry PARENT_OF_ENTRY
| Constructor Detail |
|---|
protected UserClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||