Class SessionExpiredEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.event.AbstractTransactionalPortalEvent
-
- lumis.portal.authentication.event.SessionEvent
-
- 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
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
-
-
Constructor Summary
Constructors Constructor Description 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)
-
-