Package org.apache.directory.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.
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.
ApacheAttributeTypeProducer A producer of schema attributeType definations for the apache schema.
ApacheComparatorProducer A producer of Comparator objects for the eve schema.
ApacheDitContentRuleProducer A producer of DitContentRule objects for the apache schema.
ApacheDitStructureRuleProducer A producer of DitStructureRule objects for the apache schema.
ApacheMatchingRuleProducer A producer of MatchingRule objects for the eve schema.
ApacheMatchingRuleUseProducer A producer of MatchingRuleUse objects for the apache schema.
ApachemetaAttributeTypeProducer A producer of schema attributeType definations for the apachemeta schema.
ApachemetaComparatorProducer A producer of Comparator objects for the apachemeta schema.
ApachemetaComparatorProducer.DeepTrimToLowerNormalizingComparator  
ApachemetaComparatorProducer.ObjectClassTypeComparator  
ApachemetaDitContentRuleProducer A producer of DitContentRule objects for the apachemeta schema.
ApachemetaDitStructureRuleProducer A producer of DitStructureRule objects for the apachemeta schema.
ApachemetaMatchingRuleProducer A producer of MatchingRule objects for the apachemeta schema.
ApachemetaMatchingRuleProducer.NumericOidMatch  
ApachemetaMatchingRuleProducer.ObjectClassTypeMatch  
ApachemetaMatchingRuleProducer.RuleIdMatch  
ApachemetaMatchingRuleProducer.SupDITStructureRuleMatch  
ApachemetaMatchingRuleUseProducer A producer of MatchingRuleUse objects for the apachemeta schema.
ApachemetaNameFormProducer A producer of NameForm objects for the apachemeta schema.
ApachemetaNormalizerProducer A producer of Normalizer objects for the apachemeta schema.
ApachemetaObjectClassProducer A producer of schema objectClass definations for the apachemeta schema.
ApachemetaSchema Top level apachemeta schema class.
ApachemetaSyntaxCheckerProducer A producer of SyntaxChecker objects for the apachemeta schema.
ApachemetaSyntaxProducer A producer of Syntax objects for the apachemeta schema.
ApachemetaSyntaxProducer.NameOrNumericIdSyntax  
ApachemetaSyntaxProducer.NumberSyntax  
ApachemetaSyntaxProducer.NumericOidSyntax  
ApachemetaSyntaxProducer.ObjectClassTypeSyntax  
ApachemetaSyntaxProducer.ObjectNameSyntax  
ApacheNameFormProducer A producer of NameForm objects for the apache schema.
ApacheNormalizerProducer A producer of Normalizer objects for the eve schema.
ApacheObjectClassProducer A producer of schema objectClass definations for the apache schema.
ApacheSchema Top level apache schema class.
ApacheSyntaxCheckerProducer A producer of SyntaxChecker objects for the apache schema.
ApacheSyntaxProducer A producer of Syntax objects for the apache schema.
BootstrapSchemaLoader Class which handles bootstrap schema class file loading.
CoreAttributeTypeProducer A producer of schema attributeType definations for the core schema.
CoreComparatorProducer A producer of Comparator objects for the core schema.
CoreDitContentRuleProducer A producer of DitContentRule objects for the core schema.
CoreDitStructureRuleProducer A producer of DitStructureRule objects for the core schema.
CoreMatchingRuleProducer A producer of MatchingRule objects for the core schema.
CoreMatchingRuleUseProducer A producer of MatchingRuleUse objects for the core schema.
CoreNameFormProducer A producer of NameForm objects for the core schema.
CoreNormalizerProducer A producer of Normalizer objects for the core schema.
CoreObjectClassProducer A producer of schema objectClass definations for the core schema.
CoreSchema Top level core schema class.
CoreSyntaxCheckerProducer A producer of SyntaxChecker objects for the core schema.
CoreSyntaxProducer A producer of Syntax objects for the core schema.
NameOrNumericIdComparator A comparator that sorts OIDs based on their numeric id value.
NameOrNumericIdMatch Document me!
NameOrNumericIdNormalizer A name or numeric id normalizer.
SystemAttributeTypeProducer A producer of schema attributeType definations for the system schema.
SystemComparatorProducer Document this class.
SystemComparatorProducer.DeepTrimCachingNormalizingComparator  
SystemComparatorProducer.DeepTrimToLowerCachingNormalizingComparator  
SystemComparatorProducer.NameAndOptionalUIDCachingNormalizingComparator This caching NormalizingComparator would be a good thing to have, sadly we can't use it as the registries are not available here ...
SystemDitContentRuleProducer A producer of DitContentRule objects for the system schema.
SystemDitStructureRuleProducer A producer of DitStructureRule objects for the system schema.
SystemMatchingRuleProducer A simple maching rule configuration where objects and java code are used to create matching rules.
SystemMatchingRuleUseProducer A producer of MatchingRuleUse objects for the system schema.
SystemNameFormProducer A producer of NameForm objects for the system schema.
SystemNormalizerProducer A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
SystemNormalizerProducer.CachingDeepTrimNormalizer  
SystemNormalizerProducer.CachingDeepTrimToLowerNormalizer  
SystemNormalizerProducer.CachingDnNormalizer  
SystemObjectClassProducer A producer of schema objectClass definations for the system schema.
SystemSchema Top level system schema class.
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.
 



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