Uses of Interface
org.apache.ldap.server.PartitionNexus

Packages that use PartitionNexus
org.apache.ldap.server   
org.apache.ldap.server.authn   
org.apache.ldap.server.jndi   
 

Uses of PartitionNexus in org.apache.ldap.server
 

Classes in org.apache.ldap.server that implement PartitionNexus
 class RootNexus
          A nexus for partitions dedicated for storing entries specific to a naming context.
 

Uses of PartitionNexus in org.apache.ldap.server.authn
 

Methods in org.apache.ldap.server.authn that return PartitionNexus
 PartitionNexus GenericAuthenticatorContext.getPartitionNexus()
           
 PartitionNexus AuthenticatorContext.getPartitionNexus()
          Returns a reference to the PartitionNexus.
 

Methods in org.apache.ldap.server.authn with parameters of type PartitionNexus
 void GenericAuthenticatorContext.setPartitionNexus(PartitionNexus rootNexus)
           
 

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

Methods in org.apache.ldap.server.jndi that return PartitionNexus
protected  PartitionNexus ServerContext.getNexusProxy()
          Gets the RootNexus proxy.
 

Constructors in org.apache.ldap.server.jndi with parameters of type PartitionNexus
ServerLdapContext(PartitionNexus nexusProxy, java.util.Hashtable env)
          Creates an instance of an ServerLdapContext.
ServerDirContext(PartitionNexus nexusProxy, java.util.Hashtable env)
          Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(LdapPrincipal principal, PartitionNexus nexusProxy, java.util.Hashtable env, javax.naming.Name dn)
          Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerContext(PartitionNexus nexusProxy, java.util.Hashtable env)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(LdapPrincipal principal, PartitionNexus nexusProxy, java.util.Hashtable env, javax.naming.Name dn)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
 



Copyright © 2002-2005 . All Rights Reserved.