|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.AbstractLdapHandler
org.apache.directory.server.ldap.handlers.ModifyDnHandler
public abstract class ModifyDnHandler
A single reply handler for ModifyDnRequests.
| Field Summary |
|---|
| Fields inherited from interface org.apache.mina.handler.demux.MessageHandler |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ModifyDnHandler()
|
|
| Method Summary | |
|---|---|
void |
messageReceived(org.apache.mina.common.IoSession session,
java.lang.Object request)
Deal with a ModifyDN request received from a client. |
protected abstract void |
modifyDnMessageReceived(org.apache.mina.common.IoSession session,
org.apache.directory.shared.ldap.message.ModifyDnRequest modifyDnRequest)
|
| Methods inherited from class org.apache.directory.server.ldap.handlers.AbstractLdapHandler |
|---|
getProtocolProvider, getSessionRegistry, isConfidentialityRequirementSatisfied, setProtocolProvider, setRequestControls |
| 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 final void messageReceived(org.apache.mina.common.IoSession session,
java.lang.Object request)
throws java.lang.Exception
messageReceived in interface org.apache.mina.handler.demux.MessageHandlerjava.lang.Exception
protected abstract void modifyDnMessageReceived(org.apache.mina.common.IoSession session,
org.apache.directory.shared.ldap.message.ModifyDnRequest modifyDnRequest)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||