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


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
 java.lang.String getContextKey()
           
 byte[] preparePreAuthenticationError()
           
 
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

getContextKey

public java.lang.String getContextKey()

preparePreAuthenticationError

public byte[] preparePreAuthenticationError()


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