Class AuthenticationRedirectExceptionMapper
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationRedirectExceptionMapper
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationRedirectException>
public class AuthenticationRedirectExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationRedirectException>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRedirectExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsetoResponse(io.quarkus.security.AuthenticationRedirectException ex)
-