| 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<BaseResource> |
SCIMService.getEndpoint(String endpointPath)
Returns a SCIMEndpoint for the specified endpoint.
|
<R extends BaseResource> |
SCIMService.getEndpoint(String endpointPath,
ResourceFactory<R> resourceFactory)
Returns a SCIMEndpoint for the specified endpoint.
|
SCIMEndpoint<GroupResource> |
SCIMService.getGroupEndpoint()
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
|
SCIMEndpoint<GroupResource> |
SCIMService.getGroupEndpoint(String groupResourceName,
String groupsEndpointName)
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema
with a custom group resource name and groups endpoint name.
|
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.
|
SCIMEndpoint<UserResource> |
SCIMService.getUserEndpoint(String userResourceName,
String usersEndpointName)
Returns a SCIMEndpoint for the Users endpoint defined in the core schema
with a custom user resource name and users endpoint name.
|
Copyright © 2011–2016 UnboundID. All rights reserved.