org.springframework.security.event.authentication
Class AuthenticationFailureCredentialsExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.event.authentication.AbstractAuthenticationEvent
org.springframework.security.event.authentication.AbstractAuthenticationFailureEvent
org.springframework.security.event.authentication.AuthenticationFailureCredentialsExpiredEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationFailureCredentialsExpiredEvent
- extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to the user's credentials having expired.
- Version:
- $Id$
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationFailureCredentialsExpiredEvent
public AuthenticationFailureCredentialsExpiredEvent(Authentication authentication,
AuthenticationException exception)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.