| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCEPT_HEADER |
"Accept" |
public static final String |
ACCEPT_HEADER_DESC |
"Specify media types which are acceptable for the response." |
public static final String |
APPLICATION_JSON |
"application/json" |
public static final String |
APPLICATION_SCIM_JSON |
"application/scim+json" |
public static final String |
ATTRIBUTES |
"attributes" |
public static final String |
ATTRIBUTES_DESC |
"SCIM defined attributes parameter." |
public static final String |
CONTENT_TYPE |
"Content-Type" |
public static final String |
CONTENT_TYPE_HEADER_DESC |
"Indicates the media type of the entity-body sent to the recipient." |
public static final String |
COUNT |
"count" |
public static final String |
COUNT_DESC |
"Specifies the desired maximum number of query results per page." |
public static final String |
DOMAIN |
"domain" |
public static final String |
DOMAIN_DESC |
"Domain of the provisioning user" |
public static final String |
EXCLUDE_ATTRIBUTES |
"excludedAttributes" |
public static final String |
EXCLUDED_ATTRIBUTES_DESC |
"SCIM defined excludedAttribute parameter." |
public static final String |
FILTER |
"filter" |
public static final String |
FILTER_DESC |
"Filter expression for filtering" |
public static final String |
HTTP_VERB |
"HTTP_VERB" |
public static final String |
ID |
"id" |
public static final String |
ID_DESC |
"Unique id of the resource type." |
public static final String |
RESOURCE_STRING |
"RESOURCE_STRING" |
public static final String |
SEARCH |
".search" |
public static final String |
SORT_BY |
"sortBy" |
public static final String |
SORT_BY_DESC |
"Specifies the attribute whose value\nSHALL be used to order the returned responses" |
public static final String |
SORT_ORDER |
"sortOder" |
public static final String |
SORT_ORDER_DESC |
"The order in which the \"sortBy\" parameter is applied." |
public static final String |
START_INDEX |
"startIndex" |
public static final String |
START_INDEX_DESC |
"The 1-based index of the first query result" |
Copyright © 2019 WSO2. All rights reserved.