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 Details

    • AuthenticationRedirectExceptionMapper

      public AuthenticationRedirectExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.AuthenticationRedirectException ex)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationRedirectException>