Package org.exoplatform.oauth.filter
Class OauthSignupOnflyFilter
- java.lang.Object
-
- org.exoplatform.oauth.filter.OAuthAbstractFilter
-
- org.exoplatform.oauth.filter.OauthSignupOnflyFilter
-
- All Implemented Interfaces:
org.exoplatform.web.filter.Filter
public class OauthSignupOnflyFilter extends OAuthAbstractFilter
- Author:
- Tuyen Nguyen The.
-
-
Field Summary
-
Fields inherited from class org.exoplatform.oauth.filter.OAuthAbstractFilter
container, COOKIE_LAST_LOGIN
-
-
Constructor Summary
Constructors Constructor Description OauthSignupOnflyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain)-
Methods inherited from class org.exoplatform.oauth.filter.OAuthAbstractFilter
doFilter, getContext, getService, isOauthEnable
-
-
-
-
Method Detail
-
executeFilter
protected void executeFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException- Specified by:
executeFilterin classOAuthAbstractFilter- Throws:
IOExceptionjavax.servlet.ServletException
-
-