org.springframework.security.web.session
Class HttpSessionCreatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.security.core.session.SessionCreationEvent
              extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionCreatedEvent(HttpSession session)
           
 
Method Summary
 HttpSession getSession()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionCreatedEvent

public HttpSessionCreatedEvent(HttpSession session)
Method Detail

getSession

public HttpSession getSession()


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.