Package io.micronaut.security.handlers
Security handlers.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Interface Summary 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 theRedirectRejectionHandler
.RejectionHandler Describes the bean responsible of rejecting a route flagged bySecurityFilter
.UnauthorizedRejectionUriProvider Provides a uri to redirect to when a user tries to access a secured resource without authentication. -
Class Summary Class Description HttpStatusCodeRejectionHandler Handles the rejection of route bySecurityFilter
with the response of correspondent HTTP Status coded.RedirectRejectionHandler If beansUnauthorizedRejectionUriProvider
andForbiddenRejectionUriProvider
exists provides aRejectionHandler
implementation which performs redirects.RedirectRejectionHandlerConfigurationProperties ConfigurationProperties
implementation ofRedirectRejectionHandlerConfiguration
.