|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.LdapRequestHandler<org.apache.directory.shared.ldap.message.InternalModifyDnRequest>
org.apache.directory.server.ldap.handlers.ModifyDnHandler
public class ModifyDnHandler
A single reply handler for InternalModifyDnRequests.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
|---|
ldapServer |
| Fields inherited from interface org.apache.mina.handler.demux.MessageHandler |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ModifyDnHandler()
|
|
| Method Summary | |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.InternalModifyDnRequest req)
Deal with a ModifyDN request received from a client. |
| Methods inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler |
|---|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyDnHandler()
| Method Detail |
|---|
public void handle(LdapSession session,
org.apache.directory.shared.ldap.message.InternalModifyDnRequest req)
handle in class LdapRequestHandler<org.apache.directory.shared.ldap.message.InternalModifyDnRequest>session - The associated sessionreq - The message we have to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||