Uses of Package
org.apache.directory.server.core.schema.bootstrap

Packages that use org.apache.directory.server.core.schema.bootstrap
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
org.apache.directory.server.core.tools.schema   
 

Classes in org.apache.directory.server.core.schema.bootstrap used by org.apache.directory.server.core.schema
BootstrapAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
BootstrapComparatorRegistry
          A simple POJO implementation of the ComparatorRegistry service interface.
BootstrapDitContentRuleRegistry
          A plain old java object implementation of an DITContentRuleRegistry.
BootstrapDitStructureRuleRegistry
          A plain old java object implementation of an DITStructureRuleRegistry.
BootstrapMatchingRuleRegistry
          A MatchingRuleRegistry service used to lookup matching rules by OID.
BootstrapMatchingRuleUseRegistry
          A plain old java object implementation of an MatchingRuleUseRegistry.
BootstrapNameFormRegistry
          A plain old java object implementation of an NameFormRegistry.
BootstrapNormalizerRegistry
          The POJO implementation for the NormalizerRegistry service.
BootstrapObjectClassRegistry
          A plain old java object implementation of an ObjectClassRegistry.
BootstrapOidRegistry
          Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
BootstrapRegistries
          A set of boostrap registries used to fire up the server.
BootstrapSyntaxCheckerRegistry
          The POJO implementation for the SyntaxCheckerRegistry service.
BootstrapSyntaxRegistry
          A SyntaxRegistry service available during server startup when other resources like a syntax backing store is unavailable.
 

Classes in org.apache.directory.server.core.schema.bootstrap used by org.apache.directory.server.core.schema.bootstrap
AbstractBootstrapProducer
          An abstract producer implementation.
AbstractBootstrapProducer.BootstrapAttributeType
          A concrete mutable attributeType implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
AbstractBootstrapProducer.BootstrapObjectClass
          A concrete mutable objectClass implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
AbstractBootstrapProducer.BootstrapSyntax
          A mutable Syntax for the bootstrap phase that uses the syntaxCheckerRegistry to dynamically resolve syntax checkers.
BootstrapProducer
          A schema object producer which uses a callback to announce object creation rather than completely returning objects in bulk.
BootstrapRegistries
          A set of boostrap registries used to fire up the server.
BootstrapSchema
          A configuration of related Schema objects bundled together and identified as a group.
ProducerCallback
          A BootstrapProducer's callback used to announce object creation.
ProducerTypeEnum
          Type safe enum for an BootstrapProducer tyoes.
 

Classes in org.apache.directory.server.core.schema.bootstrap used by org.apache.directory.server.core.tools.schema
BootstrapSchema
          A configuration of related Schema objects bundled together and identified as a group.
ProducerTypeEnum
          Type safe enum for an BootstrapProducer tyoes.