Class AuthenticationRedirectExceptionMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<io.quarkus.security.AuthenticationRedirectException>
-
- com.tietoevry.quarkus.resteasy.problem.security.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
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRedirectExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(io.quarkus.security.AuthenticationRedirectException exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(io.quarkus.security.AuthenticationRedirectException exception)
- Specified by:
toProblemin classExceptionMapperBase<io.quarkus.security.AuthenticationRedirectException>
-
-