Package io.jans.scim.model.scim2
Interface Constants
-
public interface Constants
Relevant constants for SCIM server and client
-
-
Field Summary
Fields Modifier and Type Field Description static String
BULK_REQUEST_SCHEMA_ID
Schema URI utilized in bulk requests.static String
BULK_RESPONSE_SCHEMA_ID
Schema URI utilized in bulk responses.static String
ERROR_RESPONSE_URI
Schema URI utilized for error responses.static String
GROUP_OVERHEAD_BYPASS_PARAM
static String
LIST_RESPONSE_SCHEMA_ID
Schema URI utilized in query responses.static int
MAX_BULK_OPERATIONS
static int
MAX_BULK_PAYLOAD_SIZE
static int
MAX_COUNT
static String
MEDIA_TYPE_SCIM_JSON
Default media type used in SCIM servicestatic String
PATCH_REQUEST_SCHEMA_ID
Schema URI utilized in the patch operation.static String
QUERY_PARAM_ATTRIBUTES
An HTTP query parameter used to override the behavior for returning resource attributes.static String
QUERY_PARAM_COUNT
The HTTP query parameter used to specify the maximum number of results per result page.static String
QUERY_PARAM_EXCLUDED_ATTRS
An HTTP query parameter used to override the behavior for returning resource attributes.static String
QUERY_PARAM_FILTER
The HTTP query parameter used to provide a filter expression.static String
QUERY_PARAM_SORT_BY
The HTTP query parameter used to specify an attribute to sort search results.static String
QUERY_PARAM_SORT_ORDER
The HTTP query parameter used to specify a sort order (ascending/descending).static String
QUERY_PARAM_START_INDEX
The HTTP query parameter used to specify the starting index for page of results.static String
SEARCH_REQUEST_SCHEMA_ID
Schema URI utilized in query requests.static String
USER_EXT_SCHEMA_DESCRIPTION
Description of the schema used to extend the User resource typestatic String
USER_EXT_SCHEMA_ID
URN used to identify the schema used to extend the User resource typestatic String
USER_EXT_SCHEMA_NAME
Human-readable name of the schema used to extend the User resource typestatic String
UTF8_CHARSET_FRAGMENT
-
-
-
Field Detail
-
MEDIA_TYPE_SCIM_JSON
static final String MEDIA_TYPE_SCIM_JSON
Default media type used in SCIM service- See Also:
- Constant Field Values
-
USER_EXT_SCHEMA_ID
static final String USER_EXT_SCHEMA_ID
URN used to identify the schema used to extend the User resource type- See Also:
- Constant Field Values
-
USER_EXT_SCHEMA_NAME
static final String USER_EXT_SCHEMA_NAME
Human-readable name of the schema used to extend the User resource type- See Also:
- Constant Field Values
-
USER_EXT_SCHEMA_DESCRIPTION
static final String USER_EXT_SCHEMA_DESCRIPTION
Description of the schema used to extend the User resource type- See Also:
- Constant Field Values
-
BULK_REQUEST_SCHEMA_ID
static final String BULK_REQUEST_SCHEMA_ID
Schema URI utilized in bulk requests. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
BULK_RESPONSE_SCHEMA_ID
static final String BULK_RESPONSE_SCHEMA_ID
Schema URI utilized in bulk responses. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
LIST_RESPONSE_SCHEMA_ID
static final String LIST_RESPONSE_SCHEMA_ID
Schema URI utilized in query responses. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
SEARCH_REQUEST_SCHEMA_ID
static final String SEARCH_REQUEST_SCHEMA_ID
Schema URI utilized in query requests. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
PATCH_REQUEST_SCHEMA_ID
static final String PATCH_REQUEST_SCHEMA_ID
Schema URI utilized in the patch operation. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
ERROR_RESPONSE_URI
static final String ERROR_RESPONSE_URI
Schema URI utilized for error responses. See section 8.2 of RFC 7644- See Also:
- Constant Field Values
-
UTF8_CHARSET_FRAGMENT
static final String UTF8_CHARSET_FRAGMENT
- See Also:
- Constant Field Values
-
QUERY_PARAM_FILTER
static final String QUERY_PARAM_FILTER
The HTTP query parameter used to provide a filter expression.- See Also:
- Constant Field Values
-
QUERY_PARAM_ATTRIBUTES
static final 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- See Also:
- Constant Field Values
-
QUERY_PARAM_EXCLUDED_ATTRS
static final 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- See Also:
- Constant Field Values
-
QUERY_PARAM_SORT_BY
static final String QUERY_PARAM_SORT_BY
The HTTP query parameter used to specify an attribute to sort search results.- See Also:
- Constant Field Values
-
QUERY_PARAM_SORT_ORDER
static final String QUERY_PARAM_SORT_ORDER
The HTTP query parameter used to specify a sort order (ascending/descending).- See Also:
- Constant Field Values
-
QUERY_PARAM_START_INDEX
static final String QUERY_PARAM_START_INDEX
The HTTP query parameter used to specify the starting index for page of results.- See Also:
- Constant Field Values
-
QUERY_PARAM_COUNT
static final String QUERY_PARAM_COUNT
The HTTP query parameter used to specify the maximum number of results per result page.- See Also:
- Constant Field Values
-
GROUP_OVERHEAD_BYPASS_PARAM
static final String GROUP_OVERHEAD_BYPASS_PARAM
- See Also:
- Constant Field Values
-
MAX_COUNT
static final int MAX_COUNT
- See Also:
- Constant Field Values
-
MAX_BULK_OPERATIONS
static final int MAX_BULK_OPERATIONS
- See Also:
- Constant Field Values
-
MAX_BULK_PAYLOAD_SIZE
static final int MAX_BULK_PAYLOAD_SIZE
- See Also:
- Constant Field Values
-
-