org.apache.directory.shared.ldap.aci
Class UserClass.Subtree
java.lang.Object
org.apache.directory.shared.ldap.aci.UserClass
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
subtreeSpecifications
protected final java.util.Collection<SubtreeSpecification> subtreeSpecifications
UserClass.Subtree
public UserClass.Subtree(java.util.Collection<SubtreeSpecification> subtreeSpecs)
- Creates a new instance.
- Parameters:
subtreeSpecs
- the collection of unrefined SubtreeSpecification
s.
getSubtreeSpecifications
public java.util.Collection<SubtreeSpecification> getSubtreeSpecifications()
- Returns the collection of unrefined
SubtreeSpecification
s.
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.