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
- Author:
- Tuyen Nguyen The.
-
Field Summary
Fields inherited from class org.exoplatform.oauth.filter.OAuthAbstractFilter
container, COOKIE_LAST_LOGIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
OauthSignupOnflyFilter
public OauthSignupOnflyFilter()
-
-
Method Details
-
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
-