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:
 java.io.Serializable
public class HttpSessionCreatedEvent extends SessionCreationEvent
Published by theHttpSessionEventPublisherwhen anHttpSessionis created by the container- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HttpSessionCreatedEvent(javax.servlet.http.HttpSession session) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.HttpSessiongetSession() 
 -