org.apache.directory.shared.ldap.aci
Class UserClass.Subtree

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

public static class UserClass.Subtree
extends UserClass

The set of users whose distinguished names fall within the definition of the (unrefined) subtree.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.directory.shared.ldap.aci.UserClass
UserClass.AllUsers, UserClass.Name, UserClass.ParentOfEntry, UserClass.Subtree, UserClass.ThisEntry, UserClass.UserGroup
 
Field Summary
protected  java.util.Collection<SubtreeSpecification> subtreeSpecifications
           
 
Fields inherited from class org.apache.directory.shared.ldap.aci.UserClass
ALL_USERS, PARENT_OF_ENTRY, THIS_ENTRY
 
Constructor Summary
UserClass.Subtree(java.util.Collection<SubtreeSpecification> subtreeSpecs)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Collection<SubtreeSpecification> getSubtreeSpecifications()
          Returns the collection of unrefined SubtreeSpecifications.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subtreeSpecifications

protected final java.util.Collection<SubtreeSpecification> subtreeSpecifications
Constructor Detail

UserClass.Subtree

public UserClass.Subtree(java.util.Collection<SubtreeSpecification> subtreeSpecs)
Creates a new instance.

Parameters:
subtreeSpecs - the collection of unrefined SubtreeSpecifications.
Method Detail

getSubtreeSpecifications

public java.util.Collection<SubtreeSpecification> getSubtreeSpecifications()
Returns the collection of unrefined SubtreeSpecifications.


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.