类 AjaxAuthenticationFailureHandler

  • 所有已实现的接口:
    org.springframework.security.web.authentication.AuthenticationFailureHandler

    @Component
    public class AjaxAuthenticationFailureHandler
    extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
    • 构造器详细资料

      • AjaxAuthenticationFailureHandler

        public AjaxAuthenticationFailureHandler()
    • 方法详细资料

      • onAuthenticationFailure

        public void onAuthenticationFailure​(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response,
                                            org.springframework.security.core.AuthenticationException exception)
                                     throws IOException,
                                            javax.servlet.ServletException
        指定者:
        onAuthenticationFailure 在接口中 org.springframework.security.web.authentication.AuthenticationFailureHandler
        覆盖:
        onAuthenticationFailure 在类中 org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
        抛出:
        IOException
        javax.servlet.ServletException