org.apache.directory.server.kerberos.kdc.authentication
Class ConfigureAuthenticationChain

java.lang.Object
  extended by org.apache.directory.server.kerberos.kdc.authentication.ConfigureAuthenticationChain
All Implemented Interfaces:
org.apache.mina.handler.chain.IoHandlerCommand

public class ConfigureAuthenticationChain
extends java.lang.Object
implements org.apache.mina.handler.chain.IoHandlerCommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.mina.handler.chain.IoHandlerCommand
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
 
Constructor Summary
ConfigureAuthenticationChain()
           
 
Method Summary
 void execute(org.apache.mina.handler.chain.IoHandlerCommand.NextCommand next, org.apache.mina.common.IoSession session, java.lang.Object message)
           
 java.lang.String getContextKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureAuthenticationChain

public ConfigureAuthenticationChain()
Method Detail

execute

public void execute(org.apache.mina.handler.chain.IoHandlerCommand.NextCommand next,
                    org.apache.mina.common.IoSession session,
                    java.lang.Object message)
             throws java.lang.Exception
Specified by:
execute in interface org.apache.mina.handler.chain.IoHandlerCommand
Throws:
java.lang.Exception

getContextKey

public java.lang.String getContextKey()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.