gluu
|
クラス | |
interface | org.gluu.oxtrust.model.scim2.Constants |
パッケージ | |
package | org.gluu.oxtrust.model.scim2 |
interface org::gluu::oxtrust::model::scim2::Constants |
Relevant constants for SCIM server and client
クラスメンバ | ||
---|---|---|
String | BULK_REQUEST_SCHEMA_ID |
Schema URI utilized in bulk requests. See section 8.2 of RFC 7644 |
String | BULK_RESPONSE_SCHEMA_ID |
Schema URI utilized in bulk responses. See section 8.2 of RFC 7644 |
String | ERROR_RESPONSE_URI |
Schema URI utilized for error responses. See section 8.2 of RFC 7644 |
String | LIST_RESPONSE_SCHEMA_ID |
Schema URI utilized in query responses. See section 8.2 of RFC 7644 |
int | MAX_BULK_OPERATIONS | |
int | MAX_BULK_PAYLOAD_SIZE | |
int | MAX_COUNT | |
String | MEDIA_TYPE_SCIM_JSON |
Default media type used in SCIM service |
String | PATCH_REQUEST_SCHEMA_ID |
Schema URI utilized in the patch operation. See section 8.2 of RFC 7644 |
String | QUERY_PARAM_ATTRIBUTES |
An HTTP query parameter used to override the behavior for returning resource attributes. See section 3.4.2.5 of RFC 7644 |
String | QUERY_PARAM_COUNT |
The HTTP query parameter used to specify the maximum number of results per result page. |
String | QUERY_PARAM_EXCLUDED_ATTRS |
An HTTP query parameter used to override the behavior for returning resource attributes. See section 3.4.2.5 of RFC 7644 |
String | QUERY_PARAM_FILTER |
The HTTP query parameter used to provide a filter expression. |
String | QUERY_PARAM_SORT_BY |
The HTTP query parameter used to specify an attribute to sort search results. |
String | QUERY_PARAM_SORT_ORDER |
The HTTP query parameter used to specify a sort order (ascending/descending). |
String | QUERY_PARAM_START_INDEX |
The HTTP query parameter used to specify the starting index for page of results. |
String | SEARCH_REQUEST_SCHEMA_ID |
Schema URI utilized in query requests. See section 8.2 of RFC 7644 |
String | USER_EXT_SCHEMA_DESCRIPTION |
Description of the schema used to extend the User resouce type |
String | USER_EXT_SCHEMA_ID |
URN used to identify the schema used to extend the User resouce type |
String | USER_EXT_SCHEMA_NAME |
Human-readable name of the schema used to extend the User resouce type |
String | UTF8_CHARSET_FRAGMENT |