Uses of Class
org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer

Packages that use AbstractBootstrapProducer
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of AbstractBootstrapProducer in org.apache.directory.server.core.schema.bootstrap
 

Subclasses of AbstractBootstrapProducer in org.apache.directory.server.core.schema.bootstrap
 class ApacheComparatorProducer
          A producer of Comparator objects for the eve schema.
 class ApacheMatchingRuleProducer
          A producer of MatchingRule objects for the eve schema.
 class ApacheNormalizerProducer
          A producer of Normalizer objects for the eve schema.
 class InetorgpersonComparatorProducer
          A producer of Comparator objects for the inetorgperson schema.
 class InetorgpersonMatchingRuleProducer
          A producer of MatchingRule objects for the inetorgperson schema.
 class InetorgpersonNormalizerProducer
          A producer of Normalizer objects for the inetorgperson schema.
 class NisComparatorProducer
          A producer of Comparator objects for the nis schema.
 class NisMatchingRuleProducer
          A producer of MatchingRule objects for the nis schema.
 class NisNormalizerProducer
          A producer of Normalizer objects for the nis schema.
 class NisSyntaxCheckerProducer
          A producer of SyntaxChecker objects for the nis schema.
 class NisSyntaxProducer
          A producer of Syntax objects for the nis schema.
 class SystemComparatorProducer
          Document this class.
 class SystemMatchingRuleProducer
          A simple maching rule configuration where objects and java code are used to create matching rules.
 class SystemNormalizerProducer
          A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
 class SystemSyntaxCheckerProducer
          A producer of SyntaxCheckers for the core schema.
 class SystemSyntaxProducer
          A simple Syntax factory for the core LDAP schema in Section 4.3.2 of RFC2252.
 



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