org.apache.directory.server.ldap.support
Class BindHandler

java.lang.Object
  extended byorg.apache.directory.server.ldap.support.BindHandler
All Implemented Interfaces:
LdapMessageHandler

public class BindHandler
extends java.lang.Object
implements LdapMessageHandler

A single reply handler for org.apache.directory.shared.ldap.message.BindRequests.

Author:
Apache Directory Project

Constructor Summary
BindHandler()
           
 
Method Summary
 void init(StartupConfiguration cfg)
           
 void messageReceived(IoSession session, java.lang.Object request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindHandler

public BindHandler()
Method Detail

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object request)

init

public void init(StartupConfiguration cfg)
Specified by:
init in interface LdapMessageHandler