| Interface | Description |
|---|---|
| ForbiddenRejectionUriProvider |
Provides a uri to redirect to when an authenticated user tries to access a resource for which he does not have the
required authorization level.
|
| LoginHandler | |
| LogoutHandler |
Responsible for logging the user out and returning
an appropriate response.
|
| RedirectingLoginHandler |
A marker contract to indicate the login handler
returns redirecting responses.
|
| RedirectRejectionHandlerConfiguration |
Configuration for the
RedirectRejectionHandler. |
| RejectionHandler |
Describes the bean responsible of rejecting a route flagged by
SecurityFilter. |
| UnauthorizedRejectionUriProvider |
Provides a uri to redirect to when a user tries to access a secured resource without authentication.
|
| Class | Description |
|---|---|
| HttpStatusCodeRejectionHandler |
Handles the rejection of route by
SecurityFilter with the response of correspondent HTTP Status coded. |
| RedirectRejectionHandler |
If beans
UnauthorizedRejectionUriProvider and ForbiddenRejectionUriProvider exists provides
a RejectionHandler implementation which performs redirects. |
| RedirectRejectionHandlerConfigurationProperties |
ConfigurationProperties implementation of RedirectRejectionHandlerConfiguration. |