public class UnbindHandler extends LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest>
InternalUnbindRequest
s.ldapServer
Constructor and Description |
---|
UnbindHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer
public void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest unbindRequest) throws Exception
LdapRequestHandler
handle
in class LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalUnbindRequest>
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.