Class AuthenticationFailedExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>

    @Provider
    @Priority(5001)
    public class AuthenticationFailedExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationFailedException>
    • Constructor Detail

      • AuthenticationFailedExceptionMapper

        public AuthenticationFailedExceptionMapper()
    • Method Detail

      • toResponse

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