|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SCIMResponse | |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.schema | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.sdk.examples | |
| com.unboundid.scim.wink | |
| Uses of SCIMResponse in com.unboundid.scim.data |
|---|
| Classes in com.unboundid.scim.data that implement SCIMResponse | |
|---|---|
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. |
| Uses of SCIMResponse in com.unboundid.scim.schema |
|---|
| Classes in com.unboundid.scim.schema that implement SCIMResponse | |
|---|---|
class |
ResourceDescriptor
This class provides methods that describe the schema for a SCIM resource. |
| Uses of SCIMResponse in com.unboundid.scim.sdk |
|---|
| Classes in com.unboundid.scim.sdk that implement SCIMResponse | |
|---|---|
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 |
InvalidResourceException
Signals an error while looking up resources and attributes. |
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 server. |
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. |
| Uses of SCIMResponse in com.unboundid.scim.sdk.examples |
|---|
| Classes in com.unboundid.scim.sdk.examples that implement SCIMResponse | |
|---|---|
static class |
ClientExample.DeviceResource
A device resource extension. |
| Uses of SCIMResponse in com.unboundid.scim.wink |
|---|
| Methods in com.unboundid.scim.wink with parameters of type SCIMResponse | |
|---|---|
protected 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||