Class AuthenticationRedirectExceptionMapper

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationRedirectException>

    @Provider
    public class AuthenticationRedirectExceptionMapper
    extends Object
    implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationRedirectException>
    • Constructor Detail

      • AuthenticationRedirectExceptionMapper

        public AuthenticationRedirectExceptionMapper()
    • Method Detail

      • 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>