| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
SCIMService.getEndpoint(ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Returns a SCIMEndpoint with the current settings that can be used to
invoke CRUD operations.
|
SCIMEndpoint<GroupResource> |
SCIMService.getGroupEndpoint()
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
|
SCIMEndpoint<ResourceDescriptor> |
SCIMService.getResourceSchemaEndpoint()
Returns a SCIMEndpoint for the Schemas endpoint.
|
SCIMEndpoint<UserResource> |
SCIMService.getUserEndpoint()
Returns a SCIMEndpoint for the Users endpoint defined in the core schema.
|
Copyright © 2011-2013 UnboundID. All Rights Reserved.