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

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

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

Subinterfaces of SchemaObjectRegistry in org.apache.directory.server.schema.registries
 interface AttributeTypeRegistry
          An AttributeType registry service interface.
 interface DITContentRuleRegistry
          An DITContentRule registry's service interface.
 interface DITStructureRuleRegistry
          An DITStructureRule registry service interface.
 interface MatchingRuleRegistry
          A registry used to track system matchingRules.
 interface MatchingRuleUseRegistry
          A MatchingRuleUse registry service interface.
 interface NameFormRegistry
          An NameForm registry service interface.
 interface ObjectClassRegistry
          ObjectClass registry service interface.
 interface SyntaxRegistry
          Manages the lookup and registration of Syntaxes within the system by OID.
 

Classes in org.apache.directory.server.schema.registries that implement SchemaObjectRegistry
 class DefaultAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 class DefaultDitContentRuleRegistry
          A plain old java object implementation of an DITContentRuleRegistry.
 class DefaultDitStructureRuleRegistry
          A plain old java object implementation of an DITStructureRuleRegistry.
 class DefaultMatchingRuleRegistry
          A MatchingRuleRegistry service used to lookup matching rules by OID.
 class DefaultMatchingRuleUseRegistry
          A plain old java object implementation of an MatchingRuleUseRegistry.
 class DefaultNameFormRegistry
          A plain old java object implementation of an NameFormRegistry.
 class DefaultObjectClassRegistry
          A plain old java object implementation of an ObjectClassRegistry.
 class DefaultSyntaxRegistry
          A SyntaxRegistry service available during server startup when other resources like a syntax backing store is unavailable.
 



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