Class HttpSessionCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.core.session.AbstractSessionEvent
org.springframework.security.core.session.SessionCreationEvent
org.springframework.security.web.session.HttpSessionCreatedEvent
All Implemented Interfaces:
Serializable

public class HttpSessionCreatedEvent extends org.springframework.security.core.session.SessionCreationEvent
Published by the HttpSessionEventPublisher when an HttpSession is created by the container
See Also:
  • Constructor Details

    • HttpSessionCreatedEvent

      public HttpSessionCreatedEvent(jakarta.servlet.http.HttpSession session)
  • Method Details

    • getSession

      public jakarta.servlet.http.HttpSession getSession()