Class DefaultAuthorizationExceptionHandler

java.lang.Object
io.micronaut.security.authentication.DefaultAuthorizationExceptionHandler
All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationException,io.micronaut.http.MutableHttpResponse<?>>

@Requires(classes=io.micronaut.http.server.exceptions.ExceptionHandler.class) @Singleton public class DefaultAuthorizationExceptionHandler extends Object implements io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationException,io.micronaut.http.MutableHttpResponse<?>>
Provides the default behavior for responding to an AuthorizationException.
Since:
1.4.0
Author:
James Kleeh