Interface Constants


public interface Constants
Relevant constants for SCIM server and client
  • Field Details

    • MEDIA_TYPE_SCIM_JSON

      static final String MEDIA_TYPE_SCIM_JSON
      Default media type used in SCIM service
      See Also:
    • 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:
    • 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:
    • USER_EXT_SCHEMA_DESCRIPTION

      static final String USER_EXT_SCHEMA_DESCRIPTION
      Description of the schema used to extend the User resource type
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • ERROR_RESPONSE_URI

      static final String ERROR_RESPONSE_URI
      Schema URI utilized for error responses. See section 8.2 of RFC 7644
      See Also:
    • UTF8_CHARSET_FRAGMENT

      static final String UTF8_CHARSET_FRAGMENT
      See Also:
    • QUERY_PARAM_FILTER

      static final String QUERY_PARAM_FILTER
      The HTTP query parameter used to provide a filter expression.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • GROUP_OVERHEAD_BYPASS_PARAM

      static final String 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: