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

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

public static class ProtectedItem.AttributeValue
extends ProtectedItem

A specific value of specific attributes.

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.AttributeValue(java.util.Collection<javax.naming.directory.Attribute> attributes)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Iterator<javax.naming.directory.Attribute> iterator()
          Returns an iterator of all Attributes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtectedItem.AttributeValue

public ProtectedItem.AttributeValue(java.util.Collection<javax.naming.directory.Attribute> attributes)
Creates a new instance.

Parameters:
attributes - the collection of Attributes.
Method Detail

iterator

public java.util.Iterator<javax.naming.directory.Attribute> iterator()
Returns an iterator of all Attributes.


equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.