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