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

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

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

Constructors in org.apache.directory.server.schema with parameters of type OidRegistry
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.
 

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

Classes in org.apache.directory.server.schema.registries that implement OidRegistry
 class DefaultOidRegistry
          Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
 

Methods in org.apache.directory.server.schema.registries that return OidRegistry
 OidRegistry Registries.getOidRegistry()
           
 OidRegistry DefaultRegistries.getOidRegistry()
           
 

Constructors in org.apache.directory.server.schema.registries with parameters of type OidRegistry
DefaultAttributeTypeRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultAttributeTypeRegistry.
DefaultDitContentRuleRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultDitContentRuleRegistry.
DefaultDitStructureRuleRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultDitStructureRuleRegistry.
DefaultMatchingRuleRegistry(OidRegistry oidRegistry)
          Creates a DefaultMatchingRuleRegistry using existing MatchingRulees for lookups.
DefaultNameFormRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultNameFormRegistry.
DefaultObjectClassRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultObjectClassRegistry.
DefaultRegistries(java.lang.String name, SchemaLoader schemaLoader, OidRegistry registry)
           
DefaultSyntaxRegistry(OidRegistry registry)
          Creates a DefaultSyntaxRegistry.
 



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