Package io.quarkus.resteasy.runtime
Class AuthenticationFailedExceptionMapper
java.lang.Object
io.quarkus.resteasy.runtime.AuthenticationFailedExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>
@Provider
@Priority(5001)
public class AuthenticationFailedExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CurrentVertxRequestjakarta.ws.rs.core.ResponsetoResponse(io.quarkus.security.AuthenticationFailedException exception)
-
Constructor Details
-
AuthenticationFailedExceptionMapper
public AuthenticationFailedExceptionMapper()
-
-
Method Details
-
currentVertxRequest
CurrentVertxRequest currentVertxRequest() -
toResponse
public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.AuthenticationFailedException exception) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>
-