Package io.quarkus.resteasy.runtime
Class UnauthorizedExceptionMapper
java.lang.Object
io.quarkus.resteasy.runtime.UnauthorizedExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
@Provider
@Priority(5001)
public class UnauthorizedExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
- Author:
- Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
Date: 05/10/2019
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CurrentVertxRequestjakarta.ws.rs.core.ResponsetoResponse(io.quarkus.security.UnauthorizedException exception)
-
Constructor Details
-
UnauthorizedExceptionMapper
public UnauthorizedExceptionMapper()
-
-
Method Details
-
currentVertxRequest
CurrentVertxRequest currentVertxRequest() -
toResponse
public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.UnauthorizedException exception) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
-