Class SessionEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.event.AbstractTransactionalPortalEvent
-
- lumis.portal.authentication.event.SessionEvent
-
- All Implemented Interfaces:
IPortalEvent
- Direct Known Subclasses:
SessionExpiredEvent
,SessionLoginEvent
,SessionLogoutEvent
public abstract class SessionEvent extends AbstractTransactionalPortalEvent
Base class for events generated for the user session lifecycle.- Since:
- 4.1.0
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
-
-
Constructor Summary
Constructors Constructor Description SessionEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SessionConfig>
getSessions()
Returns the sessions this event refers to.-
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
-
SessionEvent
public SessionEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
-
-
Method Detail
-
getSessions
public Collection<SessionConfig> getSessions()
Returns the sessions this event refers to.- Returns:
- the sessions this event refers to.
- Since:
- 4.1.0
-
-