Class AuthenticationFailureCredentialsExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent
- All Implemented Interfaces:
 Serializable
public class AuthenticationFailureCredentialsExpiredEvent
extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to the user's credentials
 having expired.
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFailureCredentialsExpiredEvent(Authentication authentication, AuthenticationException exception)  - 
Method Summary
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
getExceptionMethods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthenticationMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
AuthenticationFailureCredentialsExpiredEvent
public AuthenticationFailureCredentialsExpiredEvent(Authentication authentication, AuthenticationException exception)  
 -