org.norther.tammi.spray.authenticator.task
Class QuickLogout
java.lang.Object
org.norther.tammi.spray.loader.task.Action
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickLogout
public QuickLogout()
- Constructs a new task.
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.