Class ProtectedItem
- java.lang.Object
-
- org.apache.directory.api.ldap.aci.ProtectedItem
-
- Direct Known Subclasses:
AbstractAttributeTypeProtectedItem,AllUserAttributeTypesAndValuesItem,AllUserAttributeTypesItem,AttributeValueItem,ClassesItem,EntryItem,MaxImmSubItem,MaxValueCountItem,RangeOfValuesItem,RestrictedByItem
public abstract class ProtectedItem extends Object
Defines the items to which the access controls apply. It's one of the following elements :- AllAttributeValuesItem
- AllUserAttributeTypesAndValuesItem
- AllUserAttributeTypesItem
- AttributeTypeItem
- AttributeValueItem
- ClassesItem
- EntryItem
- MaxImmSubItem
- MaxValueCountItem
- RangeOfValuesItem
- RestrictedByItem
- SelfValueItem
- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static AllUserAttributeTypesItemALL_USER_ATTRIBUTE_TYPESAll user attribute type information associated with the entry, but not values associated with those attributes.static AllUserAttributeTypesAndValuesItemALL_USER_ATTRIBUTE_TYPES_AND_VALUESAll user attribute information associated with the entry, including all values of all user attributes.static EntryItemENTRYThe entry contents as a whole.
-
Constructor Summary
Constructors Modifier Constructor Description protectedProtectedItem()Creates a new instance.
-
-
-
Field Detail
-
ENTRY
public static final EntryItem ENTRY
The entry contents as a whole. In case of a family member, it also means the entry content of each subordinate family member within the same compound attribute. It does not necessarily include the information in these entries. This element shall be ignored if the classes element is present, since this latter element selects protected entries (and subordinate family members) on the basis of their object class.
-
ALL_USER_ATTRIBUTE_TYPES
public static final AllUserAttributeTypesItem ALL_USER_ATTRIBUTE_TYPES
All user attribute type information associated with the entry, but not values associated with those attributes.
-
ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
public static final AllUserAttributeTypesAndValuesItem ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
All user attribute information associated with the entry, including all values of all user attributes.
-
-