Class ScimResponse

    • Constructor Detail

      • ScimResponse

        public ScimResponse​(com.fasterxml.jackson.databind.JsonNode responseNode)
    • Method Detail

      • setETag

        protected void setETag​(Meta meta)
        will set the entity tag into the response headers
        Parameters:
        meta - the meta attribute that might contain a version-attribute which is the entity tag
      • buildResponse

        public javax.ws.rs.core.Response buildResponse()
        builds a response object that should be usable with most of the common rest apis
        Returns:
        a jax-rs response containing the response body and the http headers
      • getHttpStatus

        public abstract int getHttpStatus()
        the http status code of the response