Uses of Class
org.apache.directory.server.ldap.LdapServer

Packages that use LdapServer
org.apache.directory.server.config   
org.apache.directory.server.configuration   
org.apache.directory.server.core.integ   
org.apache.directory.server.factory   
org.apache.directory.server.integ   
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.gui Provides a diagnostic UI for the LDAP protocol provider. 
org.apache.directory.server.ldap.handlers Provides LDAP message handlers that implement MessageHandler
org.apache.directory.server.ldap.handlers.extended Provides LDAP 'Extended' operations that implement ExtendedOperationHandler
 

Uses of LdapServer in org.apache.directory.server.config
 

Methods in org.apache.directory.server.config that return LdapServer
 LdapServer ConfigPartitionReader.getLdapServer()
          reads the LDAP server configuration and instantiates without setting a DirectoryService
 

Uses of LdapServer in org.apache.directory.server.configuration
 

Methods in org.apache.directory.server.configuration that return LdapServer
 LdapServer ApacheDS.getLdapServer()
           
 

Constructors in org.apache.directory.server.configuration with parameters of type LdapServer
ApacheDS(LdapServer ldapServer)
          Creates a new instance of the ApacheDS server
 

Uses of LdapServer in org.apache.directory.server.core.integ
 

Fields in org.apache.directory.server.core.integ declared as LdapServer
static LdapServer AbstractLdapTestUnit.ldapServer
          The used LdapServer instance
 

Methods in org.apache.directory.server.core.integ that return LdapServer
 LdapServer FrameworkSuite.getLdapServer()
           
 

Methods in org.apache.directory.server.core.integ with parameters of type LdapServer
static org.apache.directory.ldap.client.api.LdapConnection IntegrationUtils.getAdminConnection(LdapServer ldapServer)
          gets a LdapConnection bound using the default admin DN uid=admin,ou=system and password "secret"
static org.apache.directory.ldap.client.api.LdapConnection IntegrationUtils.getConnectionAs(LdapServer ldapServer, org.apache.directory.shared.ldap.name.DN dn, java.lang.String password)
           
static org.apache.directory.ldap.client.api.LdapConnection IntegrationUtils.getConnectionAs(LdapServer ldapServer, java.lang.String dn, java.lang.String password)
           
 

Uses of LdapServer in org.apache.directory.server.factory
 

Methods in org.apache.directory.server.factory that return LdapServer
 LdapServer LdapServerFactory.getLdapServer()
           
static LdapServer ServerAnnotationProcessor.getLdapServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort)
           
static LdapServer ServerAnnotationProcessor.getLdapServer(DirectoryService directoryService, int startPort)
           
 

Uses of LdapServer in org.apache.directory.server.integ
 

Methods in org.apache.directory.server.integ with parameters of type LdapServer
static org.apache.directory.ldap.client.api.LdapConnection ServerIntegrationUtils.getClientApiConnection(LdapServer ldapServer)
           
static netscape.ldap.LDAPConnection ServerIntegrationUtils.getWiredConnection(LdapServer ldapServer)
           
static netscape.ldap.LDAPConnection ServerIntegrationUtils.getWiredConnection(LdapServer ldapServer, java.lang.String principalDn, java.lang.String password)
           
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapServer ldapServer)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapServer ldapServer, org.apache.directory.shared.ldap.message.control.Control[] controls)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapServer ldapServer, java.lang.String principalDn, java.lang.String password)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContextFollowOnRefferal(LdapServer ldapServer)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContextRefferalIgnore(LdapServer ldapServer)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContextThrowOnRefferal(LdapServer ldapServer)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
 

Uses of LdapServer in org.apache.directory.server.ldap
 

Methods in org.apache.directory.server.ldap that return LdapServer
 LdapServer LdapSession.getLdapServer()
           
 

Methods in org.apache.directory.server.ldap with parameters of type LdapServer
 void LdapSession.setLdapServer(LdapServer ldapServer)
          Store a reference on the LdapServer intance
 void ExtendedOperationHandler.setLdapServer(LdapServer ldapServer)
          Sets the LDAP server for this extendedOperation handler.
 

Uses of LdapServer in org.apache.directory.server.ldap.gui
 

Constructors in org.apache.directory.server.ldap.gui with parameters of type LdapServer
OutstandingRequestsDialog(javax.swing.JFrame owner, LdapSession session, LdapServer ldapServer)
          This is the default constructor
SessionsFrame(LdapServer ldapServer)
          This is the default constructor
 

Uses of LdapServer in org.apache.directory.server.ldap.handlers
 

Fields in org.apache.directory.server.ldap.handlers declared as LdapServer
protected  LdapServer LdapRequestHandler.ldapServer
          The reference on the Ldap server instance
 

Methods in org.apache.directory.server.ldap.handlers that return LdapServer
 LdapServer LdapRequestHandler.getLdapServer()
           
 

Methods in org.apache.directory.server.ldap.handlers with parameters of type LdapServer
 void LdapRequestHandler.setLdapServer(LdapServer ldapServer)
          Associates a Ldap server instance to the message handler
 

Constructors in org.apache.directory.server.ldap.handlers with parameters of type LdapServer
SearchAbandonListener(LdapServer ldapServer, DirectoryListener listener)
           
SearchAbandonListener(LdapServer ldapServer, EntryFilteringCursor cursor)
           
SearchAbandonListener(LdapServer ldapServer, EntryFilteringCursor cursor, DirectoryListener listener)
           
 

Uses of LdapServer in org.apache.directory.server.ldap.handlers.extended
 

Methods in org.apache.directory.server.ldap.handlers.extended with parameters of type LdapServer
 void StartTlsHandler.setLdapServer(LdapServer ldapServer)
           
 void StoredProcedureExtendedOperationHandler.setLdapServer(LdapServer ldapServer)
           
 void CertGenerationRequestHandler.setLdapServer(LdapServer ldapServer)
           
 void LaunchDiagnosticUiHandler.setLdapServer(LdapServer ldapServer)
           
 void GracefulShutdownHandler.setLdapServer(LdapServer ldapServer)
           
 



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