org.apache.james.smtpserver
Class AuthCmdHandler

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.james.smtpserver.AuthCmdHandler
All Implemented Interfaces:
org.apache.avalon.framework.logger.LogEnabled, CommandHandler

public class AuthCmdHandler
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements CommandHandler

handles AUTH command


Constructor Summary
AuthCmdHandler()
           
 
Method Summary
 void onCommand(SMTPSession session)
          handles AUTH command
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthCmdHandler

public AuthCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
handles AUTH command

Specified by:
onCommand in interface CommandHandler
See Also:
CommandHandler.onCommand(SMTPSession)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.