public class UnbindRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>
UnbindRequests.| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
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 java.lang.Exception
LdapRequestHandlerhandle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>session - The associated sessionunbindRequest - The message we have to handlejava.lang.Exception - If there is an error during the processing of this message