Uses of Class
org.apache.ldap.server.SystemPartition

Packages that use SystemPartition
org.apache.ldap.server   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.jndi   
org.apache.ldap.server.schema   
 

Uses of SystemPartition in org.apache.ldap.server
 

Constructors in org.apache.ldap.server with parameters of type SystemPartition
RootNexus(SystemPartition system, javax.naming.directory.Attributes rootDSE)
          Creates the root nexus singleton of the entire system.
 

Uses of SystemPartition in org.apache.ldap.server.interceptor
 

Methods in org.apache.ldap.server.interceptor that return SystemPartition
 SystemPartition InterceptorContext.getSystemPartition()
           
 

Constructors in org.apache.ldap.server.interceptor with parameters of type SystemPartition
InterceptorContext(java.util.Map environment, SystemPartition systemPartition, GlobalRegistries globalRegistries, RootNexus rootNexus, java.util.Map config)
           
 

Uses of SystemPartition in org.apache.ldap.server.jndi
 

Fields in org.apache.ldap.server.jndi declared as SystemPartition
protected  SystemPartition CoreContextFactory.system
          the system partition used by the context factory
 

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

Constructors in org.apache.ldap.server.schema with parameters of type SystemPartition
GlobalSyntaxRegistry(SystemPartition systemPartition, BootstrapSyntaxRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapSyntaxRegistry.
GlobalSyntaxCheckerRegistry(SystemPartition systemPartition, BootstrapSyntaxCheckerRegistry bootstrap)
          Creates a default SyntaxCheckerRegistry by initializing the map and the montior.
GlobalOidRegistry(SystemPartition systemPartition, BootstrapOidRegistry bootstrap)
          Creates a default OidRegistry by initializing the map and the montior.
GlobalObjectClassRegistry(SystemPartition systemPartition, BootstrapObjectClassRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapObjectClassRegistry.
GlobalNormalizerRegistry(SystemPartition systemPartition, BootstrapNormalizerRegistry bootstrap)
          Creates a default NormalizerRegistry by initializing the map and the montior.
GlobalNameFormRegistry(SystemPartition systemPartition, BootstrapNameFormRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapNameFormRegistry.
GlobalMatchingRuleUseRegistry(SystemPartition systemPartition, BootstrapMatchingRuleUseRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleUseRegistry.
GlobalMatchingRuleRegistry(SystemPartition systemPartition, BootstrapMatchingRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleRegistry.
GlobalDitStructureRuleRegistry(SystemPartition systemPartition, BootstrapDitStructureRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitStructureRuleRegistry.
GlobalDitContentRuleRegistry(SystemPartition systemPartition, BootstrapDitContentRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitContentRuleRegistry.
GlobalComparatorRegistry(SystemPartition systemPartition, BootstrapComparatorRegistry bootstrap)
          Creates a default ComparatorRegistry by initializing the map and the montior.
GlobalAttributeTypeRegistry(SystemPartition systemPartition, 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.
GlobalRegistries(SystemPartition systemPartition, BootstrapRegistries bootstrapRegistries)
           
 



Copyright © 2002-2005 . All Rights Reserved.