Class AuthenticationCompletionExceptionMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<io.quarkus.security.AuthenticationCompletionException>
-
- com.tietoevry.quarkus.resteasy.problem.security.AuthenticationCompletionExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationCompletionException>
@Priority(4999) public final class AuthenticationCompletionExceptionMapper extends ExceptionMapperBase<io.quarkus.security.AuthenticationCompletionException>
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
From AuthenticationCompletionException javadocs on WWW-Authenticate header:Exception indicating that a user authentication flow has failed and no challenge is required.
- See Also:
AuthenticationCompletionExceptionMapper
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCompletionExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(io.quarkus.security.AuthenticationCompletionException exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(io.quarkus.security.AuthenticationCompletionException exception)
- Specified by:
toProblemin classExceptionMapperBase<io.quarkus.security.AuthenticationCompletionException>
-
-