| Interface | Description |
|---|---|
| AccessDeniedAdviceTrait |
The request was a valid request, but the server is refusing to respond to it.
|
| AuthenticationAdviceTrait |
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet
been provided.
|
| SecurityAdviceTrait |
| Class | Description |
|---|---|
| SecurityProblemSupport |
A compound
AuthenticationEntryPoint and AccessDeniedHandler that delegates exceptions to
Spring WebMVC's HandlerExceptionResolver as defined in WebMvcConfigurationSupport. |
Copyright © 2015–2020 Zalando SE. All rights reserved.