|
Class Summary |
| AttributePath |
This class represents a path to an attribute or sub-attribute. |
| BulkContentHandler |
This class must be extended to handle the content of a bulk operation. |
| BulkContentResponseHandler |
This class implements the bulk operation handler to process bulk operation
responses in the SCIM client. |
| BulkEndpoint |
This class provides a way for a SCIM client to invoke a bulk request. |
| BulkOperation |
This class represents an individual operation within a bulk operation
request or response. |
| BulkResponse |
This class represents the response to a bulk request. |
| BulkStreamResponse |
Implements a SCIMResponse to handle bulk responses without keeping the
entire response in memory. |
| Debug |
This class provides a means of enabling and configuring debugging in the
SCIM SDK. |
| DeleteResourceRequest |
This class represents a SCIM Delete Resource request delete a single
resource. |
| FilterParser |
A parser for SCIM filter expressions. |
| GetResourceRequest |
This class represents a SCIM Get Resource request to retrieve all or
selected attributes from a single resource. |
| GetResourcesRequest |
This class represents a SCIM Get Resources request to retrieve selected
resources. |
| HttpBasicAuthSecurityHandler |
This class provides HTTP Basic Authentication handling. |
| OAuthSecurityHandler |
This class provides OAuth Authentication handling. |
| OAuthToken |
This class is a holder for OAuth token types. |
| PageParameters |
This class represents the pagination parameters in a SCIM request. |
| PostResourceRequest |
This class represents a SCIM Post Resource request to create a new resource. |
| PreemptiveAuthInterceptor |
This class can be used to configure the Apache Http Client for preemptive
authentication. |
| PutResourceRequest |
This class represents a SCIM Put Resource request to replace the contents
of an existing resource. |
| ResourceReturningRequest |
This class is the base class for SCIM requests that return resources in the
response. |
| Resources<R extends BaseResource> |
Represents a list of SCIM resources returned by the service provider from
a query/listing request. |
| ResourceSchemaBackend |
This class provides an implementation of the SCIM server backend API that
serves up the resource schema from a collection of ResourceDescriptors. |
| SCIMAttribute |
This class represents a Simple Cloud Identity Management (SCIM) attribute. |
| SCIMAttributeValue |
This class represents a Simple Cloud Identity Management (SCIM) attribute
value. |
| SCIMBackend |
This class defines an API for a backend that can be plugged into the SCIM
server. |
| SCIMBackendConfig |
This class contains mutable configuration settings for a SCIM Backend. |
| SCIMConstants |
This class defines a number of constants used in Simple Cloud Identity
Management (SCIM) interfaces. |
| SCIMEndpoint<R extends BaseResource> |
This class represents a SCIM endpoint (ie. |
| SCIMFilter |
This class represents a SCIM query filter. |
| SCIMObject |
This class represents a Simple Cloud Identity Management (SCIM) object. |
| SCIMQueryAttributes |
This class represents a list of query attributes taken from the attributes
query parameter. |
| SCIMRequest |
This class is the base class for all SCIM requests. |
| SCIMService |
The SCIMService class represents a client connection to a SCIM service
provider. |
| SimpleValue |
This class represents a SCIM simple value. |
| SortParameters |
This class represents the sorting parameters in a SCIM request. |
| StaticUtils |
This class provides a number of static utility functions. |
| Status |
This class represents the response status of an individual operation within
a bulk operation. |
| Version |
This class provides information about the current version of the UnboundID
SCIM SDK for Java. |