org.apache.directory.api.ldap.aci.protectedItem
Class AttributeTypeItem

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.ProtectedItem
      extended by org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
          extended by org.apache.directory.api.ldap.aci.protectedItem.AttributeTypeItem

public class AttributeTypeItem
extends AbstractAttributeTypeProtectedItem

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


Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
attributeTypes
 
Fields inherited from class org.apache.directory.api.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
AttributeTypeItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
          Creates a new instance.
 
Method Summary
 String toString()
          
 
Methods inherited from class org.apache.directory.api.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
equals, hashCode, iterator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeTypeItem

public AttributeTypeItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
Creates a new instance.

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

toString

public String toString()

Overrides:
toString in class AbstractAttributeTypeProtectedItem


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