|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.aci.ProtectedItem
public abstract class ProtectedItem
Defines the items to which the access controls apply. It's one of the following elements :
| Field Summary | |
|---|---|
static AllUserAttributeTypesItem |
ALL_USER_ATTRIBUTE_TYPES
All user attribute type information associated with the entry, but not values associated with those attributes. |
static AllUserAttributeTypesAndValuesItem |
ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
All user attribute information associated with the entry, including all values of all user attributes. |
static EntryItem |
ENTRY
The entry contents as a whole. |
| Constructor Summary | |
|---|---|
protected |
ProtectedItem()
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 EntryItem ENTRY
public static final AllUserAttributeTypesItem ALL_USER_ATTRIBUTE_TYPES
public static final AllUserAttributeTypesAndValuesItem ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
| Constructor Detail |
|---|
protected ProtectedItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||