Uses of Interface
org.apache.ldap.server.schema.OidRegistry

Packages that use OidRegistry
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of OidRegistry in org.apache.ldap.server.partition.impl.btree
 

Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type OidRegistry
SubstringEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
LeafEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
ExpressionEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
 

Uses of OidRegistry in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement OidRegistry
 class GlobalOidRegistry
          Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
 

Methods in org.apache.ldap.server.schema that return OidRegistry
 OidRegistry Registries.getOidRegistry()
           
 OidRegistry GlobalRegistries.getOidRegistry()
           
 

Constructors in org.apache.ldap.server.schema with parameters of type OidRegistry
GlobalSyntaxRegistry(BootstrapSyntaxRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapSyntaxRegistry.
GlobalObjectClassRegistry(BootstrapObjectClassRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapObjectClassRegistry.
GlobalNameFormRegistry(BootstrapNameFormRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapNameFormRegistry.
GlobalMatchingRuleUseRegistry(BootstrapMatchingRuleUseRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleUseRegistry.
GlobalMatchingRuleRegistry(BootstrapMatchingRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleRegistry.
GlobalDitStructureRuleRegistry(BootstrapDitStructureRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitStructureRuleRegistry.
GlobalDitContentRuleRegistry(BootstrapDitContentRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitContentRuleRegistry.
GlobalAttributeTypeRegistry(BootstrapAttributeTypeRegistry bootstrap, OidRegistry oidRegistry)
          Creates a GlobalAttributeTypeRegistry which accesses data stored within the system partition and within the bootstrapping registry to service AttributeType lookup requests.
 

Uses of OidRegistry in org.apache.ldap.server.schema.bootstrap
 

Classes in org.apache.ldap.server.schema.bootstrap that implement OidRegistry
 class BootstrapOidRegistry
          Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
 

Methods in org.apache.ldap.server.schema.bootstrap that return OidRegistry
 OidRegistry BootstrapRegistries.getOidRegistry()
           
 

Constructors in org.apache.ldap.server.schema.bootstrap with parameters of type OidRegistry
BootstrapSyntaxRegistry(OidRegistry registry)
          Creates a BootstrapSyntaxRegistry.
BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
          Creates an ObjectFactoryRegistry that looks up an object factory to use.
BootstrapObjectClassRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapObjectClassRegistry.
BootstrapNameFormRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapNameFormRegistry.
BootstrapMatchingRuleRegistry(OidRegistry oidRegistry)
          Creates a BootstrapMatchingRuleRegistry using existing MatchingRulees for lookups.
BootstrapDitStructureRuleRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapDitStructureRuleRegistry.
BootstrapDitContentRuleRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapDitContentRuleRegistry.
BootstrapAttributeTypeRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapAttributeTypeRegistry.
 



Copyright © 2002-2005 . All Rights Reserved.