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 Details

    • AuthenticationFailedExceptionMapper

      public AuthenticationFailedExceptionMapper()
  • Method Details

    • currentVertxRequest

      CurrentVertxRequest currentVertxRequest()
    • toResponse

      public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.AuthenticationFailedException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>