org.apache.directory.shared.ldap.aci
Class ProtectedItem.AttributeType

java.lang.Object
  extended by org.apache.directory.shared.ldap.aci.ProtectedItem
      extended by org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeType
All Implemented Interfaces:
Serializable
Enclosing class:
ProtectedItem

public static class ProtectedItem.AttributeType
extends ProtectedItem

Attribute type information pertaining to specific attributes but not values associated with the type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem
ProtectedItem.AllAttributeValues, ProtectedItem.AllUserAttributeTypes, ProtectedItem.AllUserAttributeTypesAndValues, ProtectedItem.AttributeType, ProtectedItem.AttributeValue, ProtectedItem.Classes, ProtectedItem.Entry, ProtectedItem.MaxImmSub, ProtectedItem.MaxValueCount, ProtectedItem.MaxValueCountItem, ProtectedItem.RangeOfValues, ProtectedItem.RestrictedBy, ProtectedItem.RestrictedByItem, ProtectedItem.SelfValue
 
Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
ProtectedItem.AttributeType(Collection attributeTypes)
          Creates a new instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtectedItem.AttributeType

public ProtectedItem.AttributeType(Collection attributeTypes)
Creates a new instance.

Parameters:
attributeTypes - the collection of attribute IDs.
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012. All Rights Reserved.