Package org.forgerock.api.commons
Class CommonsApi
java.lang.Object
org.forgerock.api.commons.CommonsApi
Commons ForgeRock API description.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
JSON Reference toCommonsApi.Errors.BAD_GATEWAY
in an API Description.static final String
JSON Reference toCommonsApi.Errors.BAD_REQUEST
in an API Description.static final ApiDescription
The api description of "frapi:common" which only contains errors so far.static final String
JSON Reference toCommonsApi.Errors.CONFLICT
in an API Description.static final String
JSON Reference toCommonsApi.Errors.EXPECTATION_FAILED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.FORBIDDEN
in an API Description.static final String
JSON Reference toCommonsApi.Errors.GATEWAY_TIMEOUT
in an API Description.static final String
JSON Reference toCommonsApi.Errors.GONE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.HTTP_VERSION_NOT_SUPPORTED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.INTERNAL_SERVER_ERROR
in an API Description.static final String
JSON Reference toCommonsApi.Errors.LENGTH_REQUIRED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.METHOD_NOT_ALLOWED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.NOT_ACCEPTABLE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.NOT_FOUND
in an API Description.static final String
JSON Reference toCommonsApi.Errors.NOT_SUPPORTED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.PAYMENT_REQUIRED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.PRECONDITION_FAILED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.PRECONDITION_REQUIRED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.PROXY_AUTH_REQUIRED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.RANGE_NOT_SATISFIABLE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.REQUEST_ENTITY_TOO_LARGE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.REQUEST_TIMEOUT
in an API Description.static final String
JSON Reference toCommonsApi.Errors.REQUEST_URI_TOO_LARGE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.UNAUTHORIZED
in an API Description.static final String
JSON Reference toCommonsApi.Errors.UNAVAILABLE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.UNSUPPORTED_MEDIA_TYPE
in an API Description.static final String
JSON Reference toCommonsApi.Errors.VERSION_MISMATCH
in an API Description.static final String
JSON Reference toCommonsApi.Errors.VERSION_REQUIRED
in an API Description. -
Method Summary
-
Field Details
-
COMMONS_API_DESCRIPTION
The api description of "frapi:common" which only contains errors so far. -
BAD_REQUEST_REF
JSON Reference toCommonsApi.Errors.BAD_REQUEST
in an API Description.- See Also:
-
UNAUTHORIZED_REF
JSON Reference toCommonsApi.Errors.UNAUTHORIZED
in an API Description.- See Also:
-
PAYMENT_REQUIRED_REF
JSON Reference toCommonsApi.Errors.PAYMENT_REQUIRED
in an API Description.- See Also:
-
FORBIDDEN_REF
JSON Reference toCommonsApi.Errors.FORBIDDEN
in an API Description.- See Also:
-
NOT_FOUND_REF
JSON Reference toCommonsApi.Errors.NOT_FOUND
in an API Description.- See Also:
-
METHOD_NOT_ALLOWED_REF
JSON Reference toCommonsApi.Errors.METHOD_NOT_ALLOWED
in an API Description.- See Also:
-
NOT_ACCEPTABLE_REF
JSON Reference toCommonsApi.Errors.NOT_ACCEPTABLE
in an API Description.- See Also:
-
PROXY_AUTH_REQUIRED_REF
JSON Reference toCommonsApi.Errors.PROXY_AUTH_REQUIRED
in an API Description.- See Also:
-
REQUEST_TIMEOUT_REF
JSON Reference toCommonsApi.Errors.REQUEST_TIMEOUT
in an API Description.- See Also:
-
CONFLICT_REF
JSON Reference toCommonsApi.Errors.CONFLICT
in an API Description.- See Also:
-
GONE_REF
JSON Reference toCommonsApi.Errors.GONE
in an API Description.- See Also:
-
LENGTH_REQUIRED_REF
JSON Reference toCommonsApi.Errors.LENGTH_REQUIRED
in an API Description.- See Also:
-
VERSION_MISMATCH_REF
JSON Reference toCommonsApi.Errors.VERSION_MISMATCH
in an API Description.- See Also:
-
PRECONDITION_FAILED_REF
JSON Reference toCommonsApi.Errors.PRECONDITION_FAILED
in an API Description.- See Also:
-
REQUEST_ENTITY_TOO_LARGE_REF
JSON Reference toCommonsApi.Errors.REQUEST_ENTITY_TOO_LARGE
in an API Description.- See Also:
-
REQUEST_URI_TOO_LARGE_REF
JSON Reference toCommonsApi.Errors.REQUEST_URI_TOO_LARGE
in an API Description.- See Also:
-
UNSUPPORTED_MEDIA_TYPE_REF
JSON Reference toCommonsApi.Errors.UNSUPPORTED_MEDIA_TYPE
in an API Description.- See Also:
-
RANGE_NOT_SATISFIABLE_REF
JSON Reference toCommonsApi.Errors.RANGE_NOT_SATISFIABLE
in an API Description.- See Also:
-
EXPECTATION_FAILED_REF
JSON Reference toCommonsApi.Errors.EXPECTATION_FAILED
in an API Description.- See Also:
-
VERSION_REQUIRED_REF
JSON Reference toCommonsApi.Errors.VERSION_REQUIRED
in an API Description.- See Also:
-
PRECONDITION_REQUIRED_REF
JSON Reference toCommonsApi.Errors.PRECONDITION_REQUIRED
in an API Description.- See Also:
-
INTERNAL_SERVER_ERROR_REF
JSON Reference toCommonsApi.Errors.INTERNAL_SERVER_ERROR
in an API Description.- See Also:
-
NOT_SUPPORTED_REF
JSON Reference toCommonsApi.Errors.NOT_SUPPORTED
in an API Description.- See Also:
-
BAD_GATEWAY_REF
JSON Reference toCommonsApi.Errors.BAD_GATEWAY
in an API Description.- See Also:
-
UNAVAILABLE_REF
JSON Reference toCommonsApi.Errors.UNAVAILABLE
in an API Description.- See Also:
-
GATEWAY_TIMEOUT_REF
JSON Reference toCommonsApi.Errors.GATEWAY_TIMEOUT
in an API Description.- See Also:
-
HTTP_VERSION_NOT_SUPPORTED_REF
JSON Reference toCommonsApi.Errors.HTTP_VERSION_NOT_SUPPORTED
in an API Description.- See Also:
-