|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAuthenticationFailureEvent | |
---|---|
org.springframework.security.event.authentication | Enables events to be published to the Spring application context. |
Uses of AbstractAuthenticationFailureEvent in org.springframework.security.event.authentication |
---|
Subclasses of AbstractAuthenticationFailureEvent in org.springframework.security.event.authentication | |
---|---|
class |
AuthenticationFailureBadCredentialsEvent
Application event which indicates authentication failure due to invalid credentials being presented. |
class |
AuthenticationFailureConcurrentLoginEvent
Application event which indicates authentication failure due to the user attempting to login to too many concurrent sessions. |
class |
AuthenticationFailureCredentialsExpiredEvent
Application event which indicates authentication failure due to the user's credentials having expired. |
class |
AuthenticationFailureDisabledEvent
Application event which indicates authentication failure due to the user's account being disabled. |
class |
AuthenticationFailureExpiredEvent
Application event which indicates authentication failure due to the user's account having expired. |
class |
AuthenticationFailureLockedEvent
Application event which indicates authentication failure due to the user's account having been locked. |
class |
AuthenticationFailureProviderNotFoundEvent
Application event which indicates authentication failure due to there being no registered AuthenticationProvider that can process the request. |
class |
AuthenticationFailureProxyUntrustedEvent
Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy. |
class |
AuthenticationFailureServiceExceptionEvent
Application event which indicates authentication failure due to there being a problem internal to the AuthenticationManager . |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |