Class AuthenticationSuccessEventListener

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

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

  • Method Details

    • onApplicationEvent

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