Class BackofficeAuthenticationFailureHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationFailureHandler

    public class BackofficeAuthenticationFailureHandler
    extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_FAILURE_URL  
      • Fields inherited from class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onAuthenticationFailure​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException e)  
      • Methods inherited from class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler

        getRedirectStrategy, isAllowSessionCreation, isUseForward, saveException, setAllowSessionCreation, setDefaultFailureUrl, setRedirectStrategy, setUseForward
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_FAILURE_URL

        public static final java.lang.String DEFAULT_FAILURE_URL
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeAuthenticationFailureHandler

        public BackofficeAuthenticationFailureHandler()
    • Method Detail

      • onAuthenticationFailure

        public void onAuthenticationFailure​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                            javax.servlet.http.HttpServletResponse httpServletResponse,
                                            org.springframework.security.core.AuthenticationException e)
                                     throws java.io.IOException,
                                            javax.servlet.ServletException
        Specified by:
        onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
        Overrides:
        onAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
        Throws:
        java.io.IOException
        javax.servlet.ServletException