edu.yale.its.tp.cas.proxy
Class ProxyTicketReceptor
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.yale.its.tp.cas.proxy.ProxyTicketReceptor
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ProxyTicketReceptor
- extends HttpServlet
Receives and keeps track fo PGTs and serial PGT identifiers (IOUs) sent
by CAS in response to a ServiceValidate request.
- See Also:
- Serialized Form
ProxyTicketReceptor
public ProxyTicketReceptor()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
getProxyTicket
public static String getProxyTicket(String pgtIou,
String target)
throws IOException
- Retrieves a proxy ticket using the PGT that corresponds to the given
PGT IOU.
- Throws:
IOException
Copyright © 2012 Nuxeo SA. All Rights Reserved.