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

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

public class Login
extends HttpServlet

Handles logins for the Central Authentication Service.

See Also:
Serialized Form

Constructor Summary
Login()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(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

Login

public Login()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
ServletException

doPost

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

doGet

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