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

java.lang.Object
  extended byorg.apache.directory.server.protocol.shared.chain.impl.CommandBase
      extended byorg.apache.directory.server.kerberos.kdc.preauthentication.VerifierBase
          extended byorg.apache.directory.server.kerberos.kdc.preauthentication.VerifyEncryptedTimestamp
All Implemented Interfaces:
Command

public class VerifyEncryptedTimestamp
extends VerifierBase


Field Summary
 
Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
CONTINUE_CHAIN, STOP_CHAIN
 
Constructor Summary
VerifyEncryptedTimestamp()
           
 
Method Summary
 boolean execute(Context ctx)
          Execute a unit of processing work to be performed.
 
Methods inherited from class org.apache.directory.server.kerberos.kdc.preauthentication.VerifierBase
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 boolean execute(Context ctx)
                throws java.lang.Exception
Description copied from interface: Command

Execute a unit of processing work to be performed. This Command may either complete the required processing and return true, or delegate remaining processing to the next Command in a Chain containing this Command by returning false

Parameters:
ctx - The Context to be processed by this Command
Returns:
true if the processing of this Context has been completed, or false if the processing of this Context should be delegated to a subsequent Command in an enclosing Chain
Throws:
java.lang.Exception - general purpose exception return to indicate abnormal termination