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

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

public class Proxy
extends HttpServlet

Handles PT acquisition.

See Also:
Serialized Form

Constructor Summary
Proxy()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
protected  void proxyFailure(java.io.PrintWriter out, java.lang.String code, java.lang.String errorMessage)
          Sends a proxy failure message to the given PrintWriter.
protected  void proxySuccess(java.io.PrintWriter out, java.lang.String proxyToken)
          Sends a validation success message to the given PrintWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy()
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

proxyFailure

protected void proxyFailure(java.io.PrintWriter out,
                            java.lang.String code,
                            java.lang.String errorMessage)
                     throws java.io.IOException
Sends a proxy failure message to the given PrintWriter.

java.io.IOException

proxySuccess

protected void proxySuccess(java.io.PrintWriter out,
                            java.lang.String proxyToken)
Sends a validation success message to the given PrintWriter.