public class OAuth2CallbackHandlerServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
CODE_URL_PARAM_NAME |
static String |
ERROR_URL_PARAM_NAME |
static String |
INSTALLED_APP_URL_PARAMETER |
static String |
INSTALLED_APP_USER_ID |
static String |
REDIRECT_URL
The URL to redirect the user to after handling the callback.
|
static String |
URL_MAPPING
The URL suffix of the servlet
|
Constructor and Description |
---|
OAuth2CallbackHandlerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
public static final String CODE_URL_PARAM_NAME
public static final String ERROR_URL_PARAM_NAME
public static final String INSTALLED_APP_URL_PARAMETER
public static final String INSTALLED_APP_USER_ID
public static final String URL_MAPPING
public static final String REDIRECT_URL
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException
doGet
in class HttpServlet
IOException
Copyright © 2013 Nuxeo SA. All Rights Reserved.