public class ModifyDnRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyDnRequest>
ModifyDnRequests.ldapServer| Constructor and Description |
|---|
ModifyDnRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.ModifyDnRequest req)
Deal with a ModifyDN request received from a client.
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.ModifyDnRequest req)
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyDnRequest>session - The associated sessionreq - The message we have to handleCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.