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 a HttpSession is destroyed by the container
- Author:
- Ray Krueger, Luke Taylor
- See Also:
- Serialized Form
HttpSessionCreatedEvent
public HttpSessionCreatedEvent(HttpSession session)
getSession
public HttpSession getSession()
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.