org.apache.directory.server.kerberos.kdc.preauthentication
Class VerifierBase

java.lang.Object
  extended by org.apache.directory.server.kerberos.kdc.preauthentication.VerifierBase
All Implemented Interfaces:
org.apache.mina.handler.chain.IoHandlerCommand
Direct Known Subclasses:
VerifyEncryptedTimestamp, VerifySam

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

Version:
$Rev: 558641 $, $Date: 2007-07-23 03:47:15 -0400 (Mon, 23 Jul 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
VerifierBase()
           
 
Method Summary
protected  java.lang.String getContextKey()
           
 byte[] preparePreAuthenticationError(org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionType[] encryptionTypes)
          Prepares a pre-authentication error message containing required encryption types.
 
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

VerifierBase

public VerifierBase()
Method Detail

preparePreAuthenticationError

public byte[] preparePreAuthenticationError(org.apache.directory.server.kerberos.shared.crypto.encryption.EncryptionType[] encryptionTypes)
Prepares a pre-authentication error message containing required encryption types.

Parameters:
encryptionTypes -
Returns:
The error message as bytes.

getContextKey

protected java.lang.String getContextKey()


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