public class OAuthLoginServletFilter extends OAuthAbstractFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthLoginServletFilter.MessageResolver |
| Modifier and Type | Field and Description |
|---|---|
static String |
CANCEL_OAUTH |
static String |
CONFIRM_ACCOUNT |
static String |
CONFIRM_REGISTER_ACCOUNT |
static String |
CONTROLLER_PARAM_NAME |
static String |
REGISTER_NEW_ACCOUNT |
static String |
SESSION_ATTR_REGISTER_NEW_ACCOUNT |
container, COOKIE_LAST_LOGIN| Constructor and Description |
|---|
OAuthLoginServletFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
protected void |
executeFilter(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain chain) |
getContext, getService, isOauthEnablepublic static final String CONTROLLER_PARAM_NAME
public static final String CANCEL_OAUTH
public static final String CONFIRM_ACCOUNT
public static final String REGISTER_NEW_ACCOUNT
public static final String CONFIRM_REGISTER_ACCOUNT
public static final String SESSION_ATTR_REGISTER_NEW_ACCOUNT
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in interface org.exoplatform.web.filter.FilterdoFilter in class OAuthAbstractFilterIOExceptionjavax.servlet.ServletExceptionprotected void executeFilter(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
executeFilter in class OAuthAbstractFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.