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 Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
HttpSessionCreatedEvent
public HttpSessionCreatedEvent(jakarta.servlet.http.HttpSession session)  
 - 
 - 
Method Details
- 
getSession
public jakarta.servlet.http.HttpSession getSession() 
 -