Class UmaWebException

  • All Implemented Interfaces:
    Serializable

    public class UmaWebException
    extends jakarta.ws.rs.WebApplicationException
    Author:
    yuriyz on 06/06/2017.
    See Also:
    Serialized Form
    • Constructor Detail

      • UmaWebException

        public UmaWebException​(String redirectUri,
                               io.jans.as.model.error.ErrorResponseFactory factory,
                               io.jans.as.model.uma.UmaErrorResponseType error,
                               String state)
    • Method Detail

      • createRedirectErrorResponse

        public static jakarta.ws.rs.core.Response createRedirectErrorResponse​(String redirectUri,
                                                                              io.jans.as.model.error.ErrorResponseFactory factory,
                                                                              io.jans.as.model.uma.UmaErrorResponseType errorType,
                                                                              String state)
      • createErrorUri

        public static URI createErrorUri​(String redirectUri,
                                         io.jans.as.model.error.ErrorResponseFactory factory,
                                         io.jans.as.model.uma.UmaErrorResponseType errorType,
                                         String state)