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
Published by the 
HttpSessionEventPublisher when an HttpSession is
 created by the container- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
HttpSessionCreatedEventpublic HttpSessionCreatedEvent(jakarta.servlet.http.HttpSession session) 
 
- 
- 
Method Details- 
getSessionpublic jakarta.servlet.http.HttpSession getSession()
 
-