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