org.springframework.security.core.session
Class SessionCreationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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
- Version:
- $Id: SessionCreationEvent.java 3650 2009-05-11 05:18:20Z ltaylor $
- Author:
- Luke Taylor
- See Also:
- Serialized Form
SessionCreationEvent
public SessionCreationEvent(Object source)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.