org.springframework.security.core.session
Class SessionCreationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.security.core.session.SessionCreationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpSessionCreatedEvent

public abstract class SessionCreationEvent
extends ApplicationEvent

Generic session creation event which indicates that a session (potentially represented by a security context) has begun.

Since:
3.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SessionCreationEvent(Object source)
           
 
Method Summary
 
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

SessionCreationEvent

public SessionCreationEvent(Object source)