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

java.lang.Object
  extended by org.apache.directory.server.protocol.shared.chain.impl.CommandBase
      extended by org.apache.directory.server.kerberos.kdc.preauthentication.VerifierBase
All Implemented Interfaces:
Command
Direct Known Subclasses:
VerifyEncryptedTimestamp, VerifySam

public abstract class VerifierBase
extends CommandBase


Field Summary
 
Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
CONTINUE_CHAIN, STOP_CHAIN
 
Constructor Summary
VerifierBase()
           
 
Method Summary
 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.directory.server.protocol.shared.chain.Command
execute
 

Constructor Detail

VerifierBase

public VerifierBase()
Method Detail

preparePreAuthenticationError

public byte[] preparePreAuthenticationError()