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

java.lang.Object
  extended byorg.apache.directory.shared.ldap.aci.ProtectedItem
      extended byorg.apache.directory.shared.ldap.aci.ProtectedItem.AttributeTypeProtectedItem
          extended byorg.apache.directory.shared.ldap.aci.ProtectedItem.AttributeType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ProtectedItem

public static class ProtectedItem.AttributeType
extends org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeTypeProtectedItem

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes 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
protected  java.util.Collection attributeTypes
           
 
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(java.util.Collection attributeTypes)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Iterator iterator()
          Returns an iterator of all attribute IDs.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributeTypes

protected final java.util.Collection attributeTypes
Constructor Detail

ProtectedItem.AttributeType

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

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

toString

public java.lang.String toString()

iterator

public java.util.Iterator iterator()
Returns an iterator of all attribute IDs.


equals

public boolean equals(java.lang.Object o)


Copyright © 2003-2006 . All Rights Reserved.