org.norther.tammi.spray.authenticator.task
Class QuickLogout

java.lang.Object
  extended by org.norther.tammi.spray.loader.task.Action
      extended by org.norther.tammi.spray.authenticator.task.QuickLogout
All Implemented Interfaces:
Serializable, Task

public class QuickLogout
extends Action

The logout task.

Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
QuickLogout()
          Constructs a new task.
 
Method Summary
 void execute(ServletRequest request, ServletResponse response, FilterChain chain, Object context)
          Executes customized functionality.
 
Methods inherited from class org.norther.tammi.spray.loader.task.Action
find, getFilter, getMBeanServer, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickLogout

public QuickLogout()
Constructs a new task.

Method Detail

execute

public void execute(ServletRequest request,
                    ServletResponse response,
                    FilterChain chain,
                    Object context)
             throws Exception
Description copied from interface: Task
Executes customized functionality.

Specified by:
execute in interface Task
Specified by:
execute in class Action
Parameters:
request - the request.
response - the response.
chain - the filter chain.
context - a task specific context.
Throws:
Exception - for errors.


Copyright © 2004 The Norther Organization. All rights reserved.