Package | Description |
---|---|
org.springframework.security.authentication.event |
Authentication success and failure events which can be published to the Spring application context.
|
org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
org.springframework.security.web.authentication.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationFailureEvent
Abstract application event which indicates authentication failure for some reason.
|
class |
AuthenticationFailureBadCredentialsEvent
Application event which indicates authentication failure due to invalid credentials being presented.
|
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 . |
class |
AuthenticationSuccessEvent
Application event which indicates successful authentication.
|
class |
InteractiveAuthenticationSuccessEvent
Indicates an interactive authentication was successful.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerListener.onApplicationEvent(AbstractAuthenticationEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
SessionFixationProtectionEvent
Indicates a session ID was changed for the purposes of session fixation protection.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationSwitchUserEvent
Application event which indicates that a user context switch.
|
Copyright © 2019. All rights reserved.