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

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

public class LegacyValidate
extends HttpServlet

Handles simple ST validations for the Central Authentication Service.

See Also:
Serialized Form

Constructor Summary
LegacyValidate()
           
 
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

LegacyValidate

public LegacyValidate()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)