Class AbstractAuthenticationFailureEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationFailureBadCredentialsEvent
,AuthenticationFailureCredentialsExpiredEvent
,AuthenticationFailureDisabledEvent
,AuthenticationFailureExpiredEvent
,AuthenticationFailureLockedEvent
,AuthenticationFailureProviderNotFoundEvent
,AuthenticationFailureProxyUntrustedEvent
,AuthenticationFailureServiceExceptionEvent
public abstract class AbstractAuthenticationFailureEvent extends AbstractAuthenticationEvent
Abstract application event which indicates authentication failure for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationFailureEvent(Authentication authentication, AuthenticationException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationException
getException()
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
AbstractAuthenticationFailureEvent
public AbstractAuthenticationFailureEvent(Authentication authentication, AuthenticationException exception)
-
-
Method Detail
-
getException
public AuthenticationException getException()
-
-