lumis.portal.authentication.event
Class SessionLogoutEvent

Package class diagram package SessionLogoutEvent
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.SessionLogoutEvent
All Implemented Interfaces:
IPortalEvent

public class SessionLogoutEvent
extends SessionEvent

Event generated when an user logout is performed.

Since:
4.1.0

Constructor Summary
SessionLogoutEvent(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

SessionLogoutEvent

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


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