Package org.apache.ldap.server.schema.bootstrap

Interface Summary
BootstrapProducer A schema object producer which uses a callback to announce object creation rather than completely returning objects in bulk.
BootstrapSchema A configuration of related Schema objects bundled together and identified as a group.
ProducerCallback A BootstrapProducer's callback used to announce object creation.
 

Class Summary
AbstractBootstrapProducer An abstract producer implementation.
AbstractBootstrapProducer.BootstrapAttributeType A concrete mutable attributeType implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
AbstractBootstrapProducer.BootstrapMatchingRule  
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.
AbstractBootstrapSchema Abstract bootstrap schema implementation.
ApacheComparatorProducer A producer of Comparator objects for the eve schema.
ApacheMatchingRuleProducer A producer of MatchingRule objects for the eve schema.
ApacheNormalizerProducer A producer of Normalizer objects for the eve 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.
BootstrapObjectFactoryRegistry A boostrap service implementation for an ObjectFactoryRegistry.
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.
BootstrapSchemaLoader Class which handles bootstrap schema class file loading.
BootstrapStateFactoryRegistry A bootstrap service implementation for a state factory registry.
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.
InetorgpersonComparatorProducer A producer of Comparator objects for the inetorgperson schema.
InetorgpersonMatchingRuleProducer A producer of MatchingRule objects for the inetorgperson schema.
InetorgpersonNormalizerProducer A producer of Normalizer objects for the inetorgperson schema.
NisComparatorProducer A producer of Comparator objects for the nis schema.
NisMatchingRuleProducer A producer of MatchingRule objects for the nis schema.
NisNormalizerProducer A producer of Normalizer objects for the nis schema.
NisSyntaxCheckerProducer A producer of SyntaxChecker objects for the nis schema.
NisSyntaxProducer A producer of Syntax objects for the nis schema.
ProducerTypeEnum Type safe enum for an BootstrapProducer tyoes.
SystemComparatorProducer Document this class.
SystemMatchingRuleProducer A simple maching rule configuration where objects and java code are used to create matching rules.
SystemNormalizerProducer A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
SystemSyntaxCheckerProducer A producer of SyntaxCheckers for the core schema.
SystemSyntaxProducer A simple Syntax factory for the core LDAP schema in Section 4.3.2 of RFC2252.