org.jasig.portal
Class LogoutServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jasig.portal.LogoutServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class LogoutServlet
- extends HttpServlet
Simple servlet to handle user logout. When a user
logs out, their session gets invalidated and they
are returned to the guest page.
- Version:
- $Revision: 19776 $
- Author:
- Ken Weiner, kweiner@unicon.net, Don Fracapane, df7@columbia.edu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogoutServlet
public LogoutServlet()
init
public void init()
throws ServletException
- Initialize the LogoutServlet
- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Process the incoming request and response.
- Overrides:
doGet in class HttpServlet
- Parameters:
request - HttpServletRequest objectresponse - HttpServletResponse object
- Throws:
ServletException
IOException
Copyright © 2010 Jasig. All Rights Reserved.