org.springframework.richclient.security
Class LoginEvent

Show UML class diagram
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.LoginEvent
All Implemented Interfaces:
Serializable

public class LoginEvent
extends ClientSecurityEvent

Event fired when a user logs in.

The source of this event is the Authentication token returned by a successful call to AuthenticationManager.authenticate(org.springframework.security.Authentication)

Author:
Ben Alex
See Also:
AuthenticationEvent, 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
LoginEvent(org.springframework.security.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

LoginEvent

public LoginEvent(org.springframework.security.Authentication authentication)


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