Package io.jans.scim.model.scim2
Interface Constants
-
public interface ConstantsRelevant constants for SCIM server and client
-
-
Field Summary
Fields Modifier and Type Field Description static StringBULK_REQUEST_SCHEMA_IDSchema URI utilized in bulk requests.static StringBULK_RESPONSE_SCHEMA_IDSchema URI utilized in bulk responses.static StringERROR_RESPONSE_URISchema URI utilized for error responses.static StringGROUP_OVERHEAD_BYPASS_PARAMstatic StringLIST_RESPONSE_SCHEMA_IDSchema URI utilized in query responses.static intMAX_BULK_OPERATIONSstatic intMAX_BULK_PAYLOAD_SIZEstatic intMAX_COUNTstatic StringMEDIA_TYPE_SCIM_JSONDefault media type used in SCIM servicestatic StringPATCH_REQUEST_SCHEMA_IDSchema URI utilized in the patch operation.static StringQUERY_PARAM_ATTRIBUTESAn HTTP query parameter used to override the behavior for returning resource attributes.static StringQUERY_PARAM_COUNTThe HTTP query parameter used to specify the maximum number of results per result page.static StringQUERY_PARAM_EXCLUDED_ATTRSAn HTTP query parameter used to override the behavior for returning resource attributes.static StringQUERY_PARAM_FILTERThe HTTP query parameter used to provide a filter expression.static StringQUERY_PARAM_SORT_BYThe HTTP query parameter used to specify an attribute to sort search results.static StringQUERY_PARAM_SORT_ORDERThe HTTP query parameter used to specify a sort order (ascending/descending).static StringQUERY_PARAM_START_INDEXThe HTTP query parameter used to specify the starting index for page of results.static StringSEARCH_REQUEST_SCHEMA_IDSchema URI utilized in query requests.static StringUSER_EXT_SCHEMA_DESCRIPTIONDescription of the schema used to extend the User resource typestatic StringUSER_EXT_SCHEMA_IDURN used to identify the schema used to extend the User resource typestatic StringUSER_EXT_SCHEMA_NAMEHuman-readable name of the schema used to extend the User resource typestatic StringUTF8_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
-
-