Package org.springframework.security.authentication.event
package org.springframework.security.authentication.event
Authentication success and failure events which can be published to the Spring
application context.
The
ProviderManager
automatically publishes events to the application
context. These events are received by all registered Spring
ApplicationListener
s.-
ClassDescriptionRepresents an application authentication event.Abstract application event which indicates authentication failure for some reason.Application event which indicates authentication failure due to invalid credentials being presented.Application event which indicates authentication failure due to the user's credentials having expired.Application event which indicates authentication failure due to the user's account being disabled.Application event which indicates authentication failure due to the user's account having expired.Application event which indicates authentication failure due to the user's account having been locked.Application event which indicates authentication failure due to there being no registered
AuthenticationProvider
that can process the request.Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy.Application event which indicates authentication failure due to there being a problem internal to theAuthenticationManager
.Application event which indicates successful authentication.Indicates an interactive authentication was successful.Outputs authentication-related application events to Commons Logging.Application event which indicates successful logout