类 DefaultAuthenticationFailureHandler

java.lang.Object
com.iplatform.security.DefaultAuthenticationFailureHandler
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class DefaultAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
  • 字段详细资料

    • logger

      protected final transient org.slf4j.Logger logger
  • 构造器详细资料

    • DefaultAuthenticationFailureHandler

      public DefaultAuthenticationFailureHandler()
  • 方法详细资料

    • onAuthenticationFailure

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