Uses of Interface
org.apache.ldap.server.schema.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.partition.impl.btree
 

Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type AttributeTypeRegistry
SubstringEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
SubstringEnumerator(BTreeContextPartition db, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator evaluator)
          Creates a SubstringEnumerator for a database.
LeafEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
ExpressionEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
ExpressionEnumerator(BTreeContextPartition db, AttributeTypeRegistry attributeTypeRegistry, ExpressionEvaluator evaluator)
          Creates an expression tree enumerator.
BTreeSearchResultEnumeration(java.lang.String[] attrIds, javax.naming.NamingEnumeration underlying, BTreeContextPartition db, AttributeTypeRegistry registry)
          Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call.
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement AttributeTypeRegistry
 class GlobalAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.ldap.server.schema that return AttributeTypeRegistry
 AttributeTypeRegistry Registries.getAttributeTypeRegistry()
           
 AttributeTypeRegistry GlobalRegistries.getAttributeTypeRegistry()
           
 

Constructors in org.apache.ldap.server.schema with parameters of type AttributeTypeRegistry
ConcreteNameComponentNormalizer(AttributeTypeRegistry registry)
          Creates a DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.schema.bootstrap
 

Classes in org.apache.ldap.server.schema.bootstrap that implement AttributeTypeRegistry
 class BootstrapAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.ldap.server.schema.bootstrap that return AttributeTypeRegistry
 AttributeTypeRegistry BootstrapRegistries.getAttributeTypeRegistry()
           
 



Copyright © 2002-2005 . All Rights Reserved.