Uses of Class
org.apache.directory.api.ldap.aci.ProtectedItem

Packages that use ProtectedItem
org.apache.directory.api.ldap.aci   
org.apache.directory.api.ldap.aci.protectedItem   
 

Uses of ProtectedItem in org.apache.directory.api.ldap.aci
 

Methods in org.apache.directory.api.ldap.aci that return types with arguments of type ProtectedItem
 Collection<ProtectedItem> UserPermission.getProtectedItems()
          Gets the collection of ProtectedItems.
 Collection<ProtectedItem> ItemFirstACIItem.getProtectedItems()
          Gets the collection of ProtectedItems.
 Collection<ProtectedItem> ACITuple.getProtectedItems()
          Gets the collection of ProtectedItems this tuple relates.
 

Constructor parameters in org.apache.directory.api.ldap.aci with type arguments of type ProtectedItem
ACITuple(Collection<UserClass> userClasses, org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel, Collection<ProtectedItem> protectedItems, Collection<MicroOperation> microOperations, boolean grant, Integer precedence)
          Creates a new instance.
ItemFirstACIItem(String identificationTag, int precedence, org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel, Collection<ProtectedItem> protectedItems, Collection<ItemPermission> itemPermissions)
          Creates a new instance.
UserPermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<ProtectedItem> protectedItems)
          Creates a new instance
 

Uses of ProtectedItem in org.apache.directory.api.ldap.aci.protectedItem
 

Subclasses of ProtectedItem in org.apache.directory.api.ldap.aci.protectedItem
 class AbstractAttributeTypeProtectedItem
          A base class for all items which protects attribute types (or its values)
 class AllAttributeValuesItem
          All attribute value information pertaining to specific attributes.
 class AllUserAttributeTypesAndValuesItem
          All user attribute information associated with the entry, including all values of all user attributes.
 class AllUserAttributeTypesItem
          All user attribute type information associated with the entry, but not values associated with those attributes.
 class AttributeTypeItem
          Attribute type information pertaining to specific attributes but not values associated with the type.
 class AttributeValueItem
          A specific value of specific attributes.
 class ClassesItem
          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.
 class EntryItem
          The entry contents as a whole.
 class MaxImmSubItem
          Restricts the maximum number of immediate subordinates of the superior entry to an entry being added or imported.
 class MaxValueCountItem
          Restricts the maximum number of attribute values allowed for a specified attribute type.
 class RangeOfValuesItem
          Any attribute value which matches the specified filter, i.e.
 class RestrictedByItem
          Restricts values added to the attribute type to being values that are already present in the same entry as values of the attribute valuesIn.
 class SelfValueItem
          The attribute value assertion corresponding to the current requestor.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.