Class LoginAuthenticationFailureHandler

java.lang.Object
org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
de.hybris.platform.yacceleratorstorefront.security.LoginAuthenticationFailureHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class LoginAuthenticationFailureHandler extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
  • Constructor Details

    • LoginAuthenticationFailureHandler

      public LoginAuthenticationFailureHandler()
  • Method Details

    • 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
      Specified by:
      onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
      Overrides:
      onAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
      Throws:
      IOException
      javax.servlet.ServletException
    • getBruteForceAttackCounter

      protected BruteForceAttackCounter getBruteForceAttackCounter()
    • setBruteForceAttackCounter

      public void setBruteForceAttackCounter(BruteForceAttackCounter bruteForceAttackCounter)