Class AuthenticationRedirectExceptionMapper

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

    @Priority(4999)
    public final class AuthenticationRedirectExceptionMapper
    extends ExceptionMapperBase<io.quarkus.security.AuthenticationRedirectException>
    Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
    See Also:
    AuthenticationRedirectExceptionMapper
    • Constructor Detail

      • AuthenticationRedirectExceptionMapper

        public AuthenticationRedirectExceptionMapper()
    • Method Detail

      • toProblem

        protected HttpProblem toProblem​(io.quarkus.security.AuthenticationRedirectException exception)
        Specified by:
        toProblem in class ExceptionMapperBase<io.quarkus.security.AuthenticationRedirectException>