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

Packages that use LdapService
org.apache.directory.server.configuration   
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
org.apache.directory.server.unit   
 

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

Methods in org.apache.directory.server.configuration that return LdapService
 LdapService ApacheDS.getLdapService()
           
 LdapService ApacheDS.getLdapsService()
           
 

Constructors in org.apache.directory.server.configuration with parameters of type LdapService
ApacheDS(DirectoryService directoryService, LdapService ldapService, LdapService ldapsService)
          Creates a new instance of the ApacheDS server
 

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

Methods in org.apache.directory.server.integ that return LdapService
 LdapService LdapServerFactory.newInstance()
           
 

Methods in org.apache.directory.server.integ with parameters of type LdapService
static netscape.ldap.LDAPConnection ServerIntegrationUtils.getWiredConnection(LdapService ldapService)
           
static netscape.ldap.LDAPConnection ServerIntegrationUtils.getWiredConnection(LdapService ldapService, java.lang.String principalDn, java.lang.String password)
           
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapService ldapService)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapService ldapService, javax.naming.ldap.Control[] controls)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContext(LdapService ldapService, 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(LdapService ldapService)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContextRefferalIgnore(LdapService ldapService)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
static javax.naming.ldap.LdapContext ServerIntegrationUtils.getWiredContextThrowOnRefferal(LdapService ldapService)
          Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
 

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

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

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

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

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

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

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

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

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

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

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

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

Uses of LdapService in org.apache.directory.server.unit
 

Fields in org.apache.directory.server.unit declared as LdapService
protected  LdapService AbstractServerTest.ldapService
           
 



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