public class BindResponseHandler extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>
BindResponse
s.ldapServer, LOG
Constructor and Description |
---|
BindResponseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(LdapSession ldapSession,
org.apache.directory.api.ldap.model.message.BindResponse bindResponse)
Handle a Ldap message associated with a session
|
getLdapServer, handleMessage, setLdapServer
public BindResponseHandler()
public void handle(LdapSession ldapSession, org.apache.directory.api.ldap.model.message.BindResponse bindResponse) throws Exception
handle
in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>
ldapSession
- The associated sessionbindResponse
- The message we have to handleException
- If there is an error during the processing of this messageCopyright © 2003–2020 The Apache Software Foundation. All rights reserved.