lumis.portal.authentication.event
Class SessionEvent

Package class diagram package SessionEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.AbstractTransactionalPortalEvent
          extended by 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

Constructor Summary
SessionEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
           
 
Method Summary
 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


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