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

Packages that use AttributeTypeRegistry
org.apache.ldap.server.db   
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

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

Constructors in org.apache.ldap.server.db with parameters of type AttributeTypeRegistry
SubstringEnumerator(Database db, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator evaluator)
          Creates a SubstringEnumerator for a database.
ExpressionEnumerator(Database db, AttributeTypeRegistry attributeTypeRegistry, ExpressionEvaluator evaluator)
          Creates an expression tree enumerator.
SubstringEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
LeafEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
ExpressionEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
 

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.