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
FieldsFields inherited from class org.springframework.web.filter.GenericFilterBean
logger -
Constructor Summary
ConstructorsConstructorDescriptionBackofficeRememberMeAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, SessionService sessionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, setAuthenticationSuccessHandlerMethods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
-
Field Details
-
REMEMBER_ME_AUTH_FAILED_PARAM
- See Also:
-
-
Constructor Details
-
BackofficeRememberMeAuthenticationFilter
public BackofficeRememberMeAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices, SessionService sessionService)
-
-
Method Details
-
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
-