edu.internet2.middleware.shibboleth.common.session
Class LoginEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoginEvent(Session session)
          Constructor.
 
Method Summary
 Session getUserSession()
          Gets the session for the user logging in.
 
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

LoginEvent

public LoginEvent(Session session)
Constructor.

Parameters:
session - session for the user logging in
Method Detail

getUserSession

public Session getUserSession()
Gets the session for the user logging in.

Returns:
session for the user logging in


Copyright © 2006-2008 Internet2. All Rights Reserved.