| AuthenticationCompletionExceptionMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
From AuthenticationCompletionException javadocs on WWW-Authenticate header:
|
| AuthenticationFailedExceptionMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|
| AuthenticationFailedExceptionReactiveMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|
| AuthenticationRedirectExceptionMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|
| ForbiddenExceptionMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|
| UnauthorizedExceptionMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|
| UnauthorizedExceptionReactiveMapper |
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
|