org.springframework.richclient.security
Class LogoutEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.richclient.security.ClientSecurityEvent
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
Constructor Summary |
LogoutEvent(org.acegisecurity.Authentication authentication)
|
LogoutEvent
public LogoutEvent(org.acegisecurity.Authentication authentication)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.