public class UnbindRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>
UnbindRequests.ldapServer| Constructor and Description |
|---|
UnbindRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.UnbindRequest unbindRequest)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.UnbindRequest unbindRequest) throws Exception
LdapRequestHandlerhandle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>session - The associated sessionunbindRequest - The message we have to handleException - If there is an error during the processing of this messageCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.