Class 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.String REMEMBER_ME_AUTH_FAILED_PARAM  
      • Fields inherited from class org.springframework.web.filter.GenericFilterBean

        logger
    • 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 void onUnsuccessfulAuthentication​(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
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        addRequiredProperty, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        onUnsuccessfulAuthentication in class org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter