org.springframework.security.event.authentication
Class AuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.event.authentication.AbstractAuthenticationEvent
org.springframework.security.event.authentication.AuthenticationSuccessEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationSuccessEvent
- extends AbstractAuthenticationEvent
Application event which indicates successful authentication.
- Version:
- $Id$
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationSuccessEvent
public AuthenticationSuccessEvent(Authentication authentication)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.