public class ProxyTicketReceptor extends HttpServlet
Constructor and Description |
---|
ProxyTicketReceptor() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
static String |
getProxyTicket(String pgtIou,
String target)
Retrieves a proxy ticket using the PGT that corresponds to the given
PGT IOU.
|
void |
init(ServletConfig config) |
service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
public static String getProxyTicket(String pgtIou, String target) throws IOException
IOException
Copyright © 2011 Nuxeo SA. All Rights Reserved.