Class AuthenticationFailureListener

java.lang.Object
org.xbricks.heimdall.listener.AuthenticationFailureListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent>

@Component public class AuthenticationFailureListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent>
  • Constructor Details

    • AuthenticationFailureListener

      public AuthenticationFailureListener(LoginAttemptService loginAttemptService)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent e)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent>