org.springframework.richclient.security
Class ClientSecurityEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.richclient.security.ClientSecurityEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationEvent, AuthenticationFailedEvent, LoginEvent, LogoutEvent
public abstract class ClientSecurityEvent
- extends ApplicationEvent
Parent for all RCP security related application events.
- Author:
- Ben Alex, Larry Streepy
- See Also:
- Serialized Form
Field Summary |
static org.acegisecurity.Authentication |
NO_AUTHENTICATION
This token is used when the real authentication token is null and it needs to be
used as the source of an event. |
Constructor Summary |
ClientSecurityEvent(org.acegisecurity.Authentication authentication)
Constructor. |
NO_AUTHENTICATION
public static final org.acegisecurity.Authentication NO_AUTHENTICATION
- This token is used when the real authentication token is null and it needs to be
used as the source of an event.
ClientSecurityEvent
public ClientSecurityEvent(org.acegisecurity.Authentication authentication)
- Constructor. Use the given authentication token as the source of the event, if this
is null, then the
NO_AUTHENTICATION
token is used instead.
- Parameters:
authentication
- token, may be null
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.