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

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

public class VerifyEncryptedTimestamp
extends VerifierBase


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

Constructor Detail

VerifyEncryptedTimestamp

public VerifyEncryptedTimestamp()
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
Throws:
java.lang.Exception


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