Class AuthEventListener


  • @Component
    @Profile("!test")
    public class AuthEventListener
    extends java.lang.Object
    • Constructor Detail

      • AuthEventListener

        public AuthEventListener()
    • Method Detail

      • onAuthenticationFailureBadCredentialsEvent

        @EventListener
        public void onAuthenticationFailureBadCredentialsEvent​(org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent e)
      • onAuthenticationSuccessEvent

        @EventListener
        public void onAuthenticationSuccessEvent​(org.springframework.security.authentication.event.AuthenticationSuccessEvent e)