Class SecurityEventListener

java.lang.Object
cronapp.framework.security.SecurityEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AbstractAuthenticationEvent>

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

    • SecurityEventListener

      public SecurityEventListener()
  • 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>