org.springframework.richclient.security
Class LogoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.richclient.security.ClientSecurityEvent
              extended by org.springframework.richclient.security.LogoutEvent
All Implemented Interfaces:
Serializable

public class LogoutEvent
extends ClientSecurityEvent

Event fired when a user logs out.

The old Authentication token (if any) is provided as the event source. If no existing Authentication token is available, then ClientSecurityEvent.NO_AUTHENTICATION object will be used.

Author:
Ben Alex
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.richclient.security.ClientSecurityEvent
NO_AUTHENTICATION
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LogoutEvent(org.acegisecurity.Authentication authentication)
           
 
Method Summary
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogoutEvent

public LogoutEvent(org.acegisecurity.Authentication authentication)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.