public class ModifyDnHandler extends LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest>
InternalModifyDnRequest
s.ldapServer
Constructor and Description |
---|
ModifyDnHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest req)
Deal with a ModifyDN request received from a client.
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer
public void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest req)
handle
in class LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest>
session
- The associated sessionreq
- The message we have to handleCopyright © 2003-2013 Apache Software Foundation. All Rights Reserved.