Package com.unboundid.scim.sdk

Interface Summary
SCIMResponse This class represents the response to a SCIM request.
 

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.
 

Enum Summary
BulkOperation.Method The different methods that are supported within bulk operations.
DebugType This enumeration defines a set of debugging types that are used by the SCIM SDK.
OAuthToken.Type This enum defines the supported set of OAuth token types.
SCIMFilterType This enumeration defines the set of possible filter types that may be used for SCIM query filters.
 

Exception Summary
InvalidResourceException Signals an error while looking up resources and attributes.
ResourceConflictException Signals the specified version number does not match the resource's latest version number or a Service Provider refused to create a new, duplicate resource.
ResourceNotFoundException Signals the specified resource; e.g., User, does not exist.
SCIMException This class is the base class for all custom checked exceptions defined in the SCIM server.
ServerErrorException Signals an internal error from the service provider.
UnauthorizedException Signals an authorization failure from the service provider.
UnsupportedOperationException Signals the service provider does not support the requested operation.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.