org.springframework.security.web.session
Class HttpSessionCreatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.core.session.SessionCreationEvent
org.springframework.security.web.session.HttpSessionCreatedEvent
- All Implemented Interfaces:
- Serializable
public class HttpSessionCreatedEvent
- extends SessionCreationEvent
Published by the HttpSessionEventPublisher
when an HttpSession
is created by the container
- See Also:
- Serialized Form
Method Summary |
javax.servlet.http.HttpSession |
getSession()
|
HttpSessionCreatedEvent
public HttpSessionCreatedEvent(javax.servlet.http.HttpSession session)
getSession
public javax.servlet.http.HttpSession getSession()