Class AuthenticationFailureLockedEvent
- 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.AuthenticationFailureLockedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationFailureLockedEvent extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to the user's account having been locked.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureLockedEvent(Authentication authentication, AuthenticationException exception)
-
Method Summary
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
getException
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
AuthenticationFailureLockedEvent
public AuthenticationFailureLockedEvent(Authentication authentication, AuthenticationException exception)
-
-