|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.uiuc.ncsa.security.servlet.AbstractServlet
edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample.SimpleStartRequest
public class SimpleStartRequest
A simple servlet that starts the request. It will make the initial request and set an identifier
cookie in the users browser. If there is an AssetStore configured, it will make
an entry for the Asset resulting from this delegation.
This example is intended to show control flow rather than be a polished application.
Feel free to boilerplate from it as needed. Do not deploy this in production environments.
Created by Jeff Gaynor
on 2/10/12 at 10:24 AM
| Field Summary |
|---|
| Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet |
|---|
ACTION_KEY, ACTION_REDIRECT_VALUE, DEBUG_KEY, OA4MP_CLIENT_REQUEST_ID, REDIR, TOKEN_KEY, VERIFIER_KEY |
| Fields inherited from class edu.uiuc.ncsa.security.servlet.AbstractServlet |
|---|
environment |
| Constructor Summary | |
|---|---|
SimpleStartRequest()
|
|
| Method Summary | |
|---|---|
protected void |
doIt(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet |
|---|
clearCookie, destroy, getCE, getOA4MPService, handleException, init, loadEnvironment, shutdownCleanup |
| Methods inherited from class edu.uiuc.ncsa.security.servlet.AbstractServlet |
|---|
debug, doGet, doPost, error, getConfigurationLoader, getEnvironment, getMyLogger, info, isDebugOn, resetState, setConfigurationLoader, setDebugOn, setEnvironment, warn |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleStartRequest()
| Method Detail |
|---|
protected void doIt(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Throwable
doIt in class edu.uiuc.ncsa.security.servlet.AbstractServletThrowable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||