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:
- 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
subtreeSpecifications
protected final Collection<SubtreeSpecification> subtreeSpecifications
UserClass.Subtree
public UserClass.Subtree(Collection<SubtreeSpecification> subtreeSpecs)
- Creates a new instance.
- Parameters:
subtreeSpecs - the collection of unrefined SubtreeSpecifications.
getSubtreeSpecifications
public Collection<SubtreeSpecification> getSubtreeSpecifications()
- Returns the collection of unrefined
SubtreeSpecifications.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.