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) |
servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionpublic static String getProxyTicket(String pgtIou, String target) throws IOException
IOExceptionCopyright © 2014 Nuxeo SA. All Rights Reserved.