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

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

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

LogoutEvent

public LogoutEvent(Session session)
Constructor.

Parameters:
session - session of the user being logged out
Method Detail

getUserSession

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

Returns:
session for the user logging out


Copyright © 2006-2011 Internet2. All Rights Reserved.