| Class | Description |
|---|---|
| ErrorsAutoConfiguration |
Auto-configuration responsible for registering a
WebErrorHandlers filled with
builtin, custom and default fallback WebErrorHandlers. |
| ErrorsProperties |
Configuration properties to configure the error handling mechanism.
|
| ReactiveErrorsAutoConfiguration |
Encapsulates the reactive parts of the errors auto configurations.
|
| ReactiveSecurityErrorsAutoConfiguration |
A reactive specific auto-configuration to register an
ServerAccessDeniedHandler and another
ServerAuthenticationEntryPoint when the Reactive Spring Security is detected. |
| ServletErrorsAutoConfiguration |
Encapsulates servlet-specific parts of errors auto-configuration.
|
| ServletSecurityErrorsAutoConfiguration |
A servlet specific auto-configuration to register an
AccessDeniedHandler and another
AuthenticationEntryPoint when the traditional Spring Security is detected. |
| Enum | Description |
|---|---|
| ErrorsProperties.ArgumentExposure |
Determines how we're gonna expose the arguments parameter for each error code.
|
Copyright © 2019. All rights reserved.