org.acegisecurity.event.authentication
Class AuthenticationFailureCredentialsExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationFailureEvent
org.acegisecurity.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: AuthenticationFailureCredentialsExpiredEvent.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
AuthenticationFailureCredentialsExpiredEvent
public AuthenticationFailureCredentialsExpiredEvent(Authentication authentication,
AuthenticationException exception)
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.