| Package | Description |
|---|---|
| com.unboundid.scim.sdk | |
| com.unboundid.scim.wink |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceSchemaBackend
This class provides an implementation of the SCIM server backend API that
serves up the resource schema from a collection of ResourceDescriptors.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMBackend |
SCIMApplication.getBackend()
Retrieves the SCIMBackend used by this SCIMApplication.
|
| Constructor and Description |
|---|
BulkContentRequestHandler(SCIMApplication application,
RequestContext requestContext,
SCIMBackend backend,
BulkStreamResponse bulkStreamResponse,
OAuthTokenHandler tokenHandler)
Create a new instance of this bulk operation handler.
|
SCIMApplication(SCIMBackend backend,
OAuthTokenHandler tokenHandler)
Create a new SCIMApplication that defines the endpoints provided by the
ResourceDescriptors and uses the provided backend to process the request.
|
Copyright © 2011–2016 UnboundID. All rights reserved.