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

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

public class AuthenticationServiceChain
extends org.apache.mina.handler.chain.IoHandlerChain

KRB_AS_REQ verification and KRB_AS_REP generation.

Version:
$Rev: 558926 $, $Date: 2007-07-24 00:39:32 -0400 (Tue, 24 Jul 2007) $
Author:
Apache Directory Project

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.mina.handler.chain.IoHandlerChain
org.apache.mina.handler.chain.IoHandlerChain.Entry
 
Nested classes/interfaces inherited from interface org.apache.mina.handler.chain.IoHandlerCommand
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
 
Constructor Summary
AuthenticationServiceChain()
          Creates a new instance of AuthenticationServiceChain.
 
Method Summary
 
Methods inherited from class org.apache.mina.handler.chain.IoHandlerChain
addAfter, addBefore, addFirst, addLast, clear, contains, contains, contains, execute, get, getAll, getAllReversed, getEntry, getNextCommand, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationServiceChain

public AuthenticationServiceChain()
Creates a new instance of AuthenticationServiceChain.



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