edu.internet2.middleware.shibboleth.common.session
Class LoginEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
edu.internet2.middleware.shibboleth.common.session.LoginEvent
- All Implemented Interfaces:
- Serializable
public class LoginEvent
- extends ApplicationEvent
An event representing the creation of a Shibboleth session that occurred because a user logged into the system.
- See Also:
- Serialized Form
LoginEvent
public LoginEvent(Session session)
- Constructor.
- Parameters:
session
- session for the user logging in
getUserSession
public Session getUserSession()
- Gets the session for the user logging in.
- Returns:
- session for the user logging in
Copyright © 2006-2011 Internet2. All Rights Reserved.