Class ScimException

    • Field Detail

      • status

        protected int status
        The HTTP status code.
      • scimType

        protected String scimType
        the scim type for scim errors as defined in RFC7644 3.12.
      • responseHeaders

        protected Map<String,​String> responseHeaders
        a map of http headers that should be included in the response
    • Method Detail

      • getDetail

        public String getDetail()
      • getStatus

        public int getStatus()
        The HTTP status code.
      • getScimType

        public String getScimType()
        the scim type for scim errors as defined in RFC7644 3.12.
      • getResponseHeaders

        public Map<String,​String> getResponseHeaders()
        a map of http headers that should be included in the response
      • setStatus

        public void setStatus​(int status)
        The HTTP status code.
      • setScimType

        public void setScimType​(String scimType)
        the scim type for scim errors as defined in RFC7644 3.12.
      • setResponseHeaders

        public void setResponseHeaders​(Map<String,​String> responseHeaders)
        a map of http headers that should be included in the response