| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.schema | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.sdk.examples | |
| com.unboundid.scim.wink |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseResource
This class represents a SCIM resource.
|
class |
GroupResource
This class represents a Group resource.
|
class |
ServiceProviderConfig
This class represents the SCIM Service Provider Configuration.
|
class |
UserResource
This class represents a User resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceDescriptor
This class provides methods that describe the schema for a SCIM resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkResponse
This class represents the response to a bulk request.
|
class |
BulkStreamResponse
Implements a SCIMResponse to handle bulk responses without keeping the
entire response in memory.
|
class |
ConnectException
Signals a problem connecting to the service provider.
|
class |
ForbiddenException
Signals the server does not support the requested operation.
|
class |
InvalidResourceException
Signals an error while looking up resources and attributes.
|
class |
NotModifiedException
Signals the Resource has not changed on the server since last retrieved
This exception corresponds to HTTP response code
304 NOT MODIFIED.
|
class |
PreconditionFailedException
Signals server failed to update as Resource changed on the server since last
retrieved
This exception corresponds to HTTP response code
412 PRECONDITION FAILED.
|
class |
RequestEntityTooLargeException
Signals the request entity is larger than then the limit imposed by the
server.
|
class |
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.
|
class |
ResourceNotFoundException
Signals the specified resource; e.g., User, does not exist.
|
class |
Resources<R extends BaseResource>
Represents a list of SCIM resources returned by the service provider from
a query/listing request.
|
class |
SCIMException
This class is the base class for all custom checked exceptions defined in
the SCIM SDK.
|
class |
ServerErrorException
Signals an internal error from the service provider.
|
class |
UnauthorizedException
Signals an authorization failure from the service provider.
|
class |
UnsupportedOperationException
Signals the service provider does not support the requested operation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientExample.DeviceResource
A device resource extension.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractStaticResource.setResponseEntity(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.MediaType mediaType,
SCIMResponse scimResponse)
Sets the response entity (content) for a SCIM response.
|
Copyright © 2011–2016 UnboundID. All rights reserved.