Uses of Interface
org.apache.directory.shared.ldap.subtree.SubtreeSpecification

Packages that use SubtreeSpecification
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.subtree   
 

Uses of SubtreeSpecification in org.apache.directory.shared.ldap.aci
 

Fields in org.apache.directory.shared.ldap.aci with type parameters of type SubtreeSpecification
protected  java.util.Collection<SubtreeSpecification> UserClass.Subtree.subtreeSpecifications
           
 

Methods in org.apache.directory.shared.ldap.aci that return types with arguments of type SubtreeSpecification
 java.util.Collection<SubtreeSpecification> UserClass.Subtree.getSubtreeSpecifications()
          Returns the collection of unrefined SubtreeSpecifications.
 

Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type SubtreeSpecification
UserClass.Subtree(java.util.Collection<SubtreeSpecification> subtreeSpecs)
          Creates a new instance.
 

Uses of SubtreeSpecification in org.apache.directory.shared.ldap.subtree
 

Classes in org.apache.directory.shared.ldap.subtree that implement SubtreeSpecification
 class BaseSubtreeSpecification
          A simple implementation of the SubtreeSpecification interface.
 

Methods in org.apache.directory.shared.ldap.subtree that return SubtreeSpecification
 SubtreeSpecification SubtreeSpecificationModifier.getSubtreeSpecification()
          Creates a SubtreeSpecification using any of the default paramters that may have been modified from their defaults.
 SubtreeSpecification SubtreeSpecificationParser.parse(java.lang.String spec)
          Parses a subtree specification without exhausting the parser.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.