| Package | Description |
|---|---|
| com.unboundid.scim.wink |
| Constructor and Description |
|---|
AbstractBulkResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new instance of the bulk resource.
|
AbstractSCIMResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new AbstractSCIMResource for CRUD operations.
|
BulkContentRequestHandler(SCIMApplication application,
RequestContext requestContext,
SCIMBackend backend,
BulkStreamResponse bulkStreamResponse,
OAuthTokenHandler tokenHandler)
Create a new instance of this bulk operation handler.
|
BulkResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new instance of the bulk resource.
|
JSONBulkResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new instance of the bulk resource.
|
JSONQueryResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new SCIM wink resource for XML query operations on a SCIM
endpoint.
|
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.
|
SCIMResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new SCIM wink resource for operations on a SCIM endpoint.
|
XMLBulkResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new instance of the bulk resource.
|
XMLQueryResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new SCIM wink resource for XML query operations on a
SCIM endpoint.
|
Copyright © 2011–2016 UnboundID. All rights reserved.