Package org.apache.directory.server.schema.registries

Interface Summary
AttributeTypeRegistry An AttributeType registry service interface.
ComparatorRegistry Comparator registry component's service interface.
DITContentRuleRegistry An DITContentRule registry's service interface.
DITStructureRuleRegistry An DITStructureRule registry service interface.
MatchingRuleRegistry A registry used to track system matchingRules.
MatchingRuleUseRegistry A MatchingRuleUse registry service interface.
NameFormRegistry An NameForm registry service interface.
NormalizerRegistry Normalizer registry service interface.
ObjectClassRegistry ObjectClass registry service interface.
OidRegistry Object identifier registry.
Registries Document this class.
SchemaLoader Loads schemas into registres.
SchemaLoaderListener A listener to the schema loader for events like a new schema being loaded.
SchemaObjectRegistry Common schema object registry interface.
SyntaxCheckerRegistry SyntaxChecker registry component's service interface.
SyntaxRegistry Manages the lookup and registration of Syntaxes within the system by OID.
 

Class Summary
AbstractSchemaLoader An abstract class with a utility method and setListener() implemented.
DefaultAttributeTypeRegistry A plain old java object implementation of an AttributeTypeRegistry.
DefaultComparatorRegistry A simple POJO implementation of the ComparatorRegistry service interface.
DefaultDitContentRuleRegistry A plain old java object implementation of an DITContentRuleRegistry.
DefaultDitStructureRuleRegistry A plain old java object implementation of an DITStructureRuleRegistry.
DefaultMatchingRuleRegistry A MatchingRuleRegistry service used to lookup matching rules by OID.
DefaultMatchingRuleUseRegistry A plain old java object implementation of an MatchingRuleUseRegistry.
DefaultNameFormRegistry A plain old java object implementation of an NameFormRegistry.
DefaultNormalizerRegistry The POJO implementation for the NormalizerRegistry service.
DefaultObjectClassRegistry A plain old java object implementation of an ObjectClassRegistry.
DefaultOidRegistry Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
DefaultRegistries A set of boostrap registries used to fire up the server.
DefaultSyntaxCheckerRegistry The POJO implementation for the SyntaxCheckerRegistry service.
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.