lumis.portal.authentication.event
Class SessionExpiredEvent

Package class diagram package SessionExpiredEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.AbstractTransactionalPortalEvent
          extended by lumis.portal.authentication.event.SessionEvent
              extended by lumis.portal.authentication.event.SessionExpiredEvent
All Implemented Interfaces:
IPortalEvent

public class SessionExpiredEvent
extends SessionEvent

Event generated when a user session has ended due to expiration.

Since:
4.1.0

Constructor Summary
SessionExpiredEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
           
 
Method Summary
 
Methods inherited from class lumis.portal.authentication.event.SessionEvent
getSessions
 
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
 
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
 

Constructor Detail

SessionExpiredEvent

public SessionExpiredEvent(SessionConfig sessionConfig,
                           Collection<SessionConfig> sessions,
                           ITransaction transaction)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.