public abstract class ProtectedItem extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProtectedItem.AllAttributeValues
All attribute value information pertaining to specific attributes.
|
static class |
ProtectedItem.AllUserAttributeTypes
All user attribute type information associated with the entry, but not
values associated with those attributes.
|
static class |
ProtectedItem.AllUserAttributeTypesAndValues
All user attribute information associated with the entry, including all
values of all user attributes.
|
static class |
ProtectedItem.AttributeType
Attribute type information pertaining to specific attributes but not
values associated with the type.
|
static class |
ProtectedItem.AttributeValue
A specific value of specific attributes.
|
static class |
ProtectedItem.Classes
The contents of entries (possibly a family member) which are restricted
to those that have object class values that satisfy the predicate defined
by Refinement (see 12.3.5), together (in the case of an ancestor or other
family member) with the entry contents as a whole of each subordinate
family member entry; it does not necessarily include the information in
these entries.
|
static class |
ProtectedItem.Entry
The entry contents as a whole.
|
static class |
ProtectedItem.MaxImmSub
Restricts the maximum number of immediate subordinates of the superior
entry to an entry being added or imported.
|
static class |
ProtectedItem.MaxValueCount
Restricts the maximum number of attribute values allowed for a specified
attribute type.
|
static class |
ProtectedItem.MaxValueCountItem
An element of
ProtectedItem.MaxValueCount . |
static class |
ProtectedItem.RangeOfValues
Any attribute value which matches the specified filter, i.e.
|
static class |
ProtectedItem.RestrictedBy
Restricts values added to the attribute type to being values that are
already present in the same entry as values of the attribute valuesIn.
|
static class |
ProtectedItem.RestrictedByItem
An element of
ProtectedItem.RestrictedBy . |
static class |
ProtectedItem.SelfValue
The attribute value assertion corresponding to the current requestor.
|
Modifier and Type | Field and Description |
---|---|
static ProtectedItem.AllUserAttributeTypes |
ALL_USER_ATTRIBUTE_TYPES
All user attribute type information associated with the entry, but not
values associated with those attributes.
|
static ProtectedItem.AllUserAttributeTypesAndValues |
ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
All user attribute information associated with the entry, including all
values of all user attributes.
|
static ProtectedItem.Entry |
ENTRY
The entry contents as a whole.
|
Modifier | Constructor and Description |
---|---|
protected |
ProtectedItem()
Creates a new instance.
|
public static final ProtectedItem.Entry ENTRY
public static final ProtectedItem.AllUserAttributeTypes ALL_USER_ATTRIBUTE_TYPES
public static final ProtectedItem.AllUserAttributeTypesAndValues ALL_USER_ATTRIBUTE_TYPES_AND_VALUES
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.