edu.internet2.middleware.shibboleth.common.session
Class LogoutEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
edu.internet2.middleware.shibboleth.common.session.LogoutEvent
- All Implemented Interfaces:
- Serializable
public class LogoutEvent
- extends org.springframework.context.ApplicationEvent
An event representing the destruction of a Shibboleth session that occured because a user logged out of the system or
because the application timed out.
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
LogoutEvent
public LogoutEvent(Session session)
- Constructor.
- Parameters:
session
- session of the user being logged out
getUserSession
public Session getUserSession()
- Gets the session for the user logging out.
- Returns:
- session for the user logging out
Copyright © 2006-2008 Internet2. All Rights Reserved.