public class ModifyDnRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyDnRequest>
ModifyDnRequest
s.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, setLdapServer
public 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 © 2016. All rights reserved.