Uses of Interface
org.apache.directory.server.core.schema.bootstrap.BootstrapProducer

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

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

Classes in org.apache.directory.server.core.schema.bootstrap that implement BootstrapProducer
 class AbstractBootstrapProducer
          An abstract producer implementation.
 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.
 

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type BootstrapProducer
 void ProducerCallback.schemaObjectProduced(BootstrapProducer producer, java.lang.String registryKey, java.lang.Object schemaObject)
          Called to announce the creation of a new schema object by a producer.
 



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