Class AuthenticationEventListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>

    @Component
    public class AuthenticationEventListener
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onApplicationEvent​(org.springframework.security.authentication.event.AbstractAuthenticationEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthenticationEventListener

        public AuthenticationEventListener()
    • Method Detail

      • onApplicationEvent

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