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

Packages that use LdapService
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 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)
           
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.