Class 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 Detail

      • AuthenticationFailedExceptionMapper

        public AuthenticationFailedExceptionMapper()
    • Method Detail

      • 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>