Package com.hybris.backoffice.security
Class BackofficeRememberMeAuthenticationFilter
- java.lang.Object
-
- org.springframework.web.filter.GenericFilterBean
-
- org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter
-
- com.hybris.backoffice.security.BackofficeRememberMeAuthenticationFilter
-
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationEventPublisherAware,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
public class BackofficeRememberMeAuthenticationFilter extends org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREMEMBER_ME_AUTH_FAILED_PARAM
-
Constructor Summary
Constructors Constructor Description BackofficeRememberMeAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, SessionService sessionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonUnsuccessfulAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed)-
Methods inherited from class org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter
afterPropertiesSet, doFilter, getRememberMeServices, onSuccessfulAuthentication, setApplicationEventPublisher, setAuthenticationSuccessHandler
-
-
-
-
Field Detail
-
REMEMBER_ME_AUTH_FAILED_PARAM
public static final java.lang.String REMEMBER_ME_AUTH_FAILED_PARAM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BackofficeRememberMeAuthenticationFilter
public BackofficeRememberMeAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, SessionService sessionService)
-
-
Method Detail
-
onUnsuccessfulAuthentication
protected void onUnsuccessfulAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed)- Overrides:
onUnsuccessfulAuthenticationin classorg.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter
-
-