org.springframework.richclient.security
Class AuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.richclient.security.ClientSecurityEvent
org.springframework.richclient.security.AuthenticationEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationEvent
- extends ClientSecurityEvent
Event fired when the user's authentication token changes.
The source of this event is the Authentication
token returned by a
successful call to
AuthenticationManager.authenticate(org.acegisecurity.Authentication)
or ClientSecurityEvent.NO_AUTHENTICATION
if no authentication is in place (such
as after the user logs out).
- Author:
- Larry Streepy
- See Also:
- Serialized Form
Constructor Summary |
AuthenticationEvent(org.acegisecurity.Authentication authentication)
Constructor. |
AuthenticationEvent
public AuthenticationEvent(org.acegisecurity.Authentication authentication)
- Constructor.
- Parameters:
new
- authentication token, may be null
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.