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

Packages that use BootstrapRegistries
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. 
 

Uses of BootstrapRegistries in org.apache.directory.server.core.schema
 

Constructors in org.apache.directory.server.core.schema with parameters of type BootstrapRegistries
GlobalRegistries(BootstrapRegistries bootstrapRegistries)
           
 

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

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type BootstrapRegistries
 void BootstrapSchemaLoader.load(BootstrapSchema schema, BootstrapRegistries registries)
          Loads a schema by loading and running all producers for te schema.
 void BootstrapSchemaLoader.load(java.util.Collection bootstrapSchemas, BootstrapRegistries registries)
          Loads a set of schemas by loading and running all producers for each dependent schema first.
 void BootstrapSchemaLoader.loadDepsFirst(java.util.Stack beenthere, java.util.HashMap notLoaded, BootstrapSchema schema, BootstrapRegistries registries)
          Recursive method which loads schema's with their dependent schemas first and tracks what schemas it has seen so the recursion does not go out of control with depenency cycle detection.
protected static AbstractBootstrapProducer.BootstrapAttributeType AbstractBootstrapProducer.newAttributeType(java.lang.String oid, BootstrapRegistries registries)
           
protected static AbstractBootstrapProducer.BootstrapObjectClass AbstractBootstrapProducer.newObjectClass(java.lang.String oid, BootstrapRegistries registries)
           
protected static AbstractBootstrapProducer.BootstrapSyntax AbstractBootstrapProducer.newSyntax(java.lang.String oid, BootstrapRegistries registries)
           
 void NisMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisSyntaxCheckerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisSyntaxProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemSyntaxProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemSyntaxCheckerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void ApacheNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void ApacheComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void BootstrapProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
          Produces schema objects announcing each one after creation via the callback before continuing on to create more objects.
 void ApacheMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 

Constructors in org.apache.directory.server.core.schema.bootstrap with parameters of type BootstrapRegistries
AbstractBootstrapProducer.BootstrapAttributeType(java.lang.String oid, BootstrapRegistries registries)
           
AbstractBootstrapProducer.BootstrapMatchingRule(java.lang.String oid, BootstrapRegistries registries)
           
AbstractBootstrapProducer.BootstrapObjectClass(java.lang.String oid, BootstrapRegistries registries)
          Creates a mutable ObjectClass for the bootstrap process.
 



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