org.apache.directory.server.kerberos.kdc.ticketgrant
Class GetAuthHeader
java.lang.Object
org.apache.directory.server.kerberos.kdc.ticketgrant.GetAuthHeader
- All Implemented Interfaces:
- org.apache.mina.handler.chain.IoHandlerCommand
public class GetAuthHeader
- extends java.lang.Object
- implements org.apache.mina.handler.chain.IoHandlerCommand
Differs from the changepw getAuthHeader by verifying the presence of TGS_REQ.
- Version:
- $Rev: 521997 $, $Date: 2007-03-24 10:04:51 +0100 (Sat, 24 Mar 2007) $
- Author:
- Apache Directory Project
Nested classes/interfaces inherited from interface org.apache.mina.handler.chain.IoHandlerCommand |
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetAuthHeader
public GetAuthHeader()
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()
getAuthHeader
protected ApplicationRequest getAuthHeader(KdcRequest request)
throws KerberosException,
java.io.IOException
- Throws:
KerberosException
java.io.IOException
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.