public class BindResponseHandler extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>
BindResponses.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, setLdapServerpublic 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–2015 The Apache Software Foundation. All rights reserved.