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

Packages that use LdapServer
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
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.ldap.replication.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.handlers
 

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

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

Methods in org.apache.directory.server.ldap.handlers with parameters of type LdapServer
 void LdapResponseHandler.setLdapServer(LdapServer ldapServer)
          Associates a Ldap server instance to the message handler
 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, org.apache.directory.server.core.api.event.DirectoryListener listener)
           
SearchAbandonListener(LdapServer ldapServer, org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor)
           
SearchAbandonListener(LdapServer ldapServer, org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor, org.apache.directory.server.core.api.event.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 StoredProcedureExtendedOperationHandler.setLdapServer(LdapServer ldapServer)
          Sets the LDAP server for this extendedOperation handler.
 void StartTlsHandler.setLdapServer(LdapServer ldapServer)
           
 void GracefulShutdownHandler.setLdapServer(LdapServer ldapServer)
           
 void CertGenerationRequestHandler.setLdapServer(LdapServer ldapServer)
          Sets the LDAP server for this extendedOperation handler.
 

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

Fields in org.apache.directory.server.ldap.replication.provider declared as LdapServer
protected  LdapServer SyncReplRequestHandler.ldapServer
          The reference on the Ldap server instance
 

Methods in org.apache.directory.server.ldap.replication.provider with parameters of type LdapServer
 void SyncReplRequestHandler.start(LdapServer server)
          initializes the replication provider
 void ReplicationRequestHandler.start(LdapServer server)
          initializes the replication provider
 



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