org.springframework.richclient.security
Class AuthenticationEvent

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.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

Field Summary
 
Fields inherited from class org.springframework.richclient.security.ClientSecurityEvent
NO_AUTHENTICATION
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AuthenticationEvent(org.acegisecurity.Authentication authentication)
          Constructor.
 
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

AuthenticationEvent

public AuthenticationEvent(org.acegisecurity.Authentication authentication)
Constructor.

Parameters:
new - authentication token, may be null


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