org.apache.directory.server.kerberos.kdc.ticketgrant
Class VerifyTgt

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

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

Note that the realm in which the Kerberos server is operating is determined by the instance from the ticket-granting ticket. The realm in the ticket-granting ticket is the realm under which the ticket granting ticket was issued. It is possible for a single Kerberos server to support more than one realm.

Version:
$Rev: 563062 $, $Date: 2007-08-06 04:21:20 -0400 (Mon, 06 Aug 2007) $
Author:
Apache Directory Project

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

Constructor Detail

VerifyTgt

public VerifyTgt()
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

protected java.lang.String getContextKey()


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