Class AuthenticationRedirectExceptionMapper

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

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

      • AuthenticationRedirectExceptionMapper

        public AuthenticationRedirectExceptionMapper()
    • Method Detail

      • toResponse

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