org.apache.directory.server.kerberos.shared.service
Class VerifyAuthHeader

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.service.VerifyAuthHeader
All Implemented Interfaces:
org.apache.mina.handler.chain.IoHandlerCommand
Direct Known Subclasses:
VerifyServiceTicketAuthHeader, VerifyTgtAuthHeader

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

Shared by TGS and Changepw.

Version:
$Rev: 521997 $, $Date: 2007-03-24 10:04:51 +0100 (Sat, 24 Mar 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
VerifyAuthHeader()
           
 
Method Summary
 java.lang.String getContextKey()
           
 Authenticator verifyAuthHeader(ApplicationRequest authHeader, Ticket ticket, EncryptionKey serverKey, long clockSkew, ReplayCache replayCache, boolean emptyAddressesAllowed, java.net.InetAddress clientAddress, LockBox lockBox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.mina.handler.chain.IoHandlerCommand
execute
 

Constructor Detail

VerifyAuthHeader

public VerifyAuthHeader()
Method Detail

verifyAuthHeader

public Authenticator verifyAuthHeader(ApplicationRequest authHeader,
                                      Ticket ticket,
                                      EncryptionKey serverKey,
                                      long clockSkew,
                                      ReplayCache replayCache,
                                      boolean emptyAddressesAllowed,
                                      java.net.InetAddress clientAddress,
                                      LockBox lockBox)
                               throws KerberosException
Throws:
KerberosException

getContextKey

public java.lang.String getContextKey()


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