Uses of Interface
org.apache.directory.server.schema.registries.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
org.apache.directory.server.schema   
org.apache.directory.server.schema.registries   
 

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

Constructors in org.apache.directory.server.schema with parameters of type AttributeTypeRegistry
ConcreteNameComponentNormalizer(AttributeTypeRegistry registry, OidRegistry oidRegistry)
          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.
DnComparator(AttributeTypeRegistry attrRegistry)
           
DnNormalizer(AttributeTypeRegistry attrRegistry)
           
NameAndOptionalUIDComparator(AttributeTypeRegistry attrRegistry)
           
NameAndOptionalUIDNormalizer(AttributeTypeRegistry attrRegistry)
           
 

Uses of AttributeTypeRegistry in org.apache.directory.server.schema.registries
 

Classes in org.apache.directory.server.schema.registries that implement AttributeTypeRegistry
 class DefaultAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.directory.server.schema.registries that return AttributeTypeRegistry
 AttributeTypeRegistry Registries.getAttributeTypeRegistry()
           
 AttributeTypeRegistry DefaultRegistries.getAttributeTypeRegistry()
           
 



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