Class HttpSessionCreatedEventListener

java.lang.Object
com.hack23.cia.web.impl.ui.application.web.listener.HttpSessionCreatedEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionCreatedEvent>

@Service public final class HttpSessionCreatedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionCreatedEvent>
The Class HttpSessionCreatedEventListener.
  • Constructor Details

    • HttpSessionCreatedEventListener

      public HttpSessionCreatedEventListener()
      Instantiates a new http session created event listener.
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.web.session.HttpSessionCreatedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionCreatedEvent>