Class LoginAuthenticationFailureHandler

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

    public class LoginAuthenticationFailureHandler
    extends Object
    implements org.springframework.security.web.authentication.AuthenticationFailureHandler
    • Constructor Detail

      • LoginAuthenticationFailureHandler

        public LoginAuthenticationFailureHandler()
    • Method Detail

      • setFailureUrl

        public void setFailureUrl​(String failureUrl)
      • getFailureUrl

        public String getFailureUrl()
      • determineFailureUrl

        protected String determineFailureUrl​(javax.servlet.http.HttpServletRequest request,
                                             org.springframework.security.core.AuthenticationException failed)
      • onAuthenticationFailure

        public void onAuthenticationFailure​(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response,
                                            org.springframework.security.core.AuthenticationException failed)
                                     throws IOException,
                                            javax.servlet.ServletException
        Specified by:
        onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
        Throws:
        IOException
        javax.servlet.ServletException