org.apache.directory.server.kerberos.kdc.authentication
Class VerifyPolicy

java.lang.Object
  extended by org.apache.directory.server.protocol.shared.chain.impl.CommandBase
      extended by org.apache.directory.server.kerberos.kdc.authentication.VerifyPolicy
All Implemented Interfaces:
Command

public class VerifyPolicy
extends CommandBase


Field Summary
 
Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
CONTINUE_CHAIN, STOP_CHAIN
 
Constructor Summary
VerifyPolicy()
           
 
Method Summary
 boolean execute(Context context)
          the log for this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyPolicy

public VerifyPolicy()
Method Detail

execute

public boolean execute(Context context)
                throws java.lang.Exception
the log for this class

Parameters:
context - 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
java.lang.IllegalArgumentException - if context is null