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

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.UserClass
      extended by org.apache.directory.api.ldap.aci.UserClass.Subtree
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.


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

Field Detail

subtreeSpecifications

protected final Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> subtreeSpecifications
The subtree specifications.

Constructor Detail

UserClass.Subtree

public UserClass.Subtree(Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> subtreeSpecs)
Creates a new instance.

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

getSubtreeSpecifications

public Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> getSubtreeSpecifications()
Returns the collection of unrefined SubtreeSpecifications.

Returns:
the subtree specifications

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object o)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


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