public class ProxyTicketReceptor
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ProxyTicketReceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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(javax.servlet.ServletConfig config) |
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static String getProxyTicket(String pgtIou, String target) throws IOException
IOExceptionCopyright © 2014 Nuxeo SA. All rights reserved.