public final class SCIMConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SCHEMA_PREFIX
The namespace label associated with the default schema.
|
static String |
HEADER_NAME_ORIGIN
The name of the HTTP Origin field.
|
static String |
IMPLICIT_SCHEMA_CHECKING_PROPERTY
The system property to allow implicit schema checking.
|
static String |
QUERY_PARAMETER_ATTRIBUTES
The HTTP query parameter used in a URI to select specific SCIM attributes.
|
static String |
QUERY_PARAMETER_BASE_ID
The HTTP query parameter used in a URI to identify the search base entry
when performing an LDAP search.
|
static String |
QUERY_PARAMETER_FILTER
The HTTP query parameter used in a URI to provide a filter expression.
|
static String |
QUERY_PARAMETER_PAGE_SIZE
The HTTP query parameter used in a URI to specify the maximum size of
a page of results.
|
static String |
QUERY_PARAMETER_PAGE_START_INDEX
The HTTP query parameter used in a URI to specify the starting index
for page results.
|
static String |
QUERY_PARAMETER_SCOPE
The HTTP query parameter used in a URI to set the search scope when
performing an LDAP search.
|
static String |
QUERY_PARAMETER_SORT_BY
The HTTP query parameter used in a URI to sort by a SCIM attribute.
|
static String |
QUERY_PARAMETER_SORT_ORDER
The HTTP query parameter used in a URI to specify the sort order.
|
static String |
RESOURCE_ENDPOINT_GROUPS
The end point for Groups in the REST protocol.
|
static String |
RESOURCE_ENDPOINT_SCHEMAS
The end point for Schemas in the REST protocol.
|
static String |
RESOURCE_ENDPOINT_SERVICE_PROVIDER_CONFIG
The end point for the Service Provider Configuration in the core
schema.
|
static String |
RESOURCE_ENDPOINT_USERS
The end point for Users in the REST protocol.
|
static String |
RESOURCE_NAME_GROUP
The resource name for the Group resource in the core schema.
|
static String |
RESOURCE_NAME_SCHEMA
The resource name for the Schema resource in the core schema.
|
static String |
RESOURCE_NAME_SERVICE_PROVIDER_CONFIG
The resource name for the Service Provider Configuration in the core
schema.
|
static String |
RESOURCE_NAME_USER
The resource name for the User resource in the core schema.
|
static String |
SCHEMA_URI_CORE
The URI of the SCIM Core schema.
|
static String |
SCHEMA_URI_ENTERPRISE_EXTENSION
The URI of the SCIM Enterprise schema extension.
|
static String |
SCHEMAS_ATTRIBUTE_NAME
The SCIM name for the schemas attribute.
|
static char |
SEPARATOR_CHAR_QUALIFIED_ATTRIBUTE
The character that separates the schema URI from the basic attribute name
in a fully qualified attribute name.
|
public static final String SCHEMAS_ATTRIBUTE_NAME
public static final String DEFAULT_SCHEMA_PREFIX
public static final String SCHEMA_URI_CORE
public static final String SCHEMA_URI_ENTERPRISE_EXTENSION
public static final String RESOURCE_NAME_SERVICE_PROVIDER_CONFIG
public static final String RESOURCE_NAME_GROUP
public static final String RESOURCE_NAME_USER
public static final String RESOURCE_NAME_SCHEMA
public static final String RESOURCE_ENDPOINT_SERVICE_PROVIDER_CONFIG
public static final String RESOURCE_ENDPOINT_GROUPS
public static final String RESOURCE_ENDPOINT_USERS
public static final String RESOURCE_ENDPOINT_SCHEMAS
public static final String QUERY_PARAMETER_ATTRIBUTES
public static final String QUERY_PARAMETER_FILTER
public static final String QUERY_PARAMETER_BASE_ID
public static final String QUERY_PARAMETER_SCOPE
public static final String QUERY_PARAMETER_SORT_BY
public static final String QUERY_PARAMETER_SORT_ORDER
public static final String QUERY_PARAMETER_PAGE_START_INDEX
public static final String QUERY_PARAMETER_PAGE_SIZE
public static final String HEADER_NAME_ORIGIN
public static final String IMPLICIT_SCHEMA_CHECKING_PROPERTY
public static final char SEPARATOR_CHAR_QUALIFIED_ATTRIBUTE
Copyright © 2011–2016 UnboundID. All rights reserved.