Class AuthenticationEventListener

java.lang.Object
com.xebialabs.deployit.audit.AuthenticationEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>

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

    • AuthenticationEventListener

      public AuthenticationEventListener()
  • Method Details

    • 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>