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 org.springframework.context.ApplicationEvent
An event representing the creation of a Shibboleth session that occurred because a user logged into the system.
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
serialVersionUID
private static final long serialVersionUID
- Serial version UID.
- See Also:
- Constant Field Values
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 © 1999-2012. All Rights Reserved.