org.apache.directory.api.ldap.aci
Class UserClass.Subtree
java.lang.Object
org.apache.directory.api.ldap.aci.UserClass
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.
|
Field Summary |
protected Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> |
subtreeSpecifications
The subtree specifications. |
|
Constructor Summary |
UserClass.Subtree(Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> subtreeSpecs)
Creates a new instance. |
subtreeSpecifications
protected final Set<org.apache.directory.api.ldap.model.subtree.SubtreeSpecification> subtreeSpecifications
- The subtree specifications.
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.
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.