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