public class ErrorResponse extends ScimResponse
| Constructor and Description |
|---|
ErrorResponse(com.fasterxml.jackson.databind.JsonNode responseNode) |
ErrorResponse(ScimException scimException) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDetail()
A detailed human-readable message.
|
int |
getHttpStatus()
the http status code of the response
|
Optional<String> |
getScimType()
A SCIM detail error keyword.
|
int |
getStatus()
The HTTP status code (see Section 6 of [RFC7231]) expressed as a JSON string.
|
void |
setDetail(String detail)
A detailed human-readable message.
|
void |
setScimType(String scimType)
A SCIM detail error keyword.
|
void |
setStatus(int status)
The HTTP status code (see Section 6 of [RFC7231]) expressed as a JSON string.
|
String |
toPrettyString()
override method for usage with wildfly 18 that still uses jackson 2.9.x
|
String |
toString()
override method for usage with wildfly 18 that still uses jackson 2.9.x
|
buildResponse, setETagaddSchema, getSchemas, removeSchema, setSchemas, setSchemasaddAttribute, getArrayAttribute, getBooleanAttribute, getDateTimeAttribute, getDoubleAttribute, getIntegerAttribute, getLongAttribute, getObjectAttribute, getSimpleArrayAttribute, getSimpleArrayAttribute, getSimpleArrayAttributeSet, getSimpleArrayAttributeSet, getStringAttribute, getStringAttribute, isEmpty, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeList, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setStringAttributeList, setStringAttributeList_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeDescription, getAttributeName, getCanonicalValues, getMutability, getReferenceTypes, getReturned, getSchemaAttribute, getScimNodeName, getUniqueness, getValueType, isCaseExact, isMultiValued, isRequiredforEach, spliteratorpublic ErrorResponse(com.fasterxml.jackson.databind.JsonNode responseNode)
public ErrorResponse(ScimException scimException)
public int getStatus()
public void setStatus(int status)
public Optional<String> getScimType()
public void setScimType(String scimType)
public void setDetail(String detail)
public int getHttpStatus()
getHttpStatus in class ScimResponsepublic String toString()
ScimObjectNodetoString in class ScimObjectNodepublic String toPrettyString()
ScimObjectNodetoPrettyString in class ScimObjectNodeCopyright © 2020. All rights reserved.