edu.yale.its.tp.cas.servlet
Class Logout

java.lang.Object
  |
  +--HttpServlet
        |
        +--edu.yale.its.tp.cas.servlet.Logout

public class Logout
extends HttpServlet

Lets users explicitly log out from the Central Authentication Servlet.

See Also:
Serialized Form

Constructor Summary
Logout()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logout

public Logout()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
ServletException
java.io.IOException