Class EmbeddedLoginAuthenticationFailureHandler

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

    public class EmbeddedLoginAuthenticationFailureHandler
    extends Object
    implements org.springframework.security.web.authentication.AuthenticationFailureHandler
    Author:
    Nathan Moore (nathandmoore)
    • Constructor Detail

      • EmbeddedLoginAuthenticationFailureHandler

        public EmbeddedLoginAuthenticationFailureHandler()
    • Method Detail

      • onAuthenticationFailure

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