com.ora.jsp.servlets
Class LogoutAction

java.lang.Object
  |
  +--com.ora.jsp.servlets.LogoutAction
All Implemented Interfaces:
Action

public class LogoutAction
extends java.lang.Object
implements Action

This class performs the log out from the Project Billboard application.

Version:
1.0
Author:
Hans Bergsten, Gefion software

Constructor Summary
LogoutAction()
           
 
Method Summary
 void perform(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Invalidates the session, thereby removing the authentication token, and redirects to the login page.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LogoutAction

public LogoutAction()
Method Detail

perform

public void perform(javax.servlet.http.HttpServlet servlet,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Invalidates the session, thereby removing the authentication token, and redirects to the login page.
Specified by:
perform in interface Action