| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<BaseResource> |
BaseResource.BASE_RESOURCE_FACTORY
A
ResourceFactory for creating BaseResource
instances. |
static ResourceFactory<GroupResource> |
GroupResource.GROUP_RESOURCE_FACTORY
A
ResourceFactory for creating GroupResource
instances. |
static ResourceFactory<ServiceProviderConfig> |
ServiceProviderConfig.SERVICE_PROVIDER_CONFIG_RESOURCE_FACTORY
A
ResourceFactory for creating
ServiceProviderConfig instances. |
static ResourceFactory<UserResource> |
UserResource.USER_RESOURCE_FACTORY
A
ResourceFactory for creating UserResource
instances. |
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
Unmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
<R extends BaseResource> |
Unmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
JsonUnmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
protected <R extends BaseResource> |
JsonParser.unmarshal(org.json.JSONObject jsonObject,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory,
org.json.JSONArray defaultSchemas)
Read a SCIM resource from the specified JSON object.
|
<R extends BaseResource> |
JsonUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
XmlUnmarshaller.unmarshal(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM resource from an input stream.
|
<R extends BaseResource> |
XmlUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<ResourceDescriptor> |
ResourceDescriptor.RESOURCE_DESCRIPTOR_FACTORY
A
ResourceFactory for creating ResourceDescriptor
instances. |
| Modifier and Type | Method and Description |
|---|---|
R |
Diff.apply(R sourceResource,
ResourceFactory<R> resourceFactory)
Applies the modifications from this
Diff to the specified source
resource, and returns the resulting SCIM resource. |
<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.
|
<R extends BaseResource> |
SCIMService.getEndpoint(String endpointPath,
ResourceFactory<R> resourceFactory)
Returns a SCIMEndpoint for the specified endpoint.
|
R |
Diff.toPartialResource(ResourceFactory<R> resourceFactory,
boolean includeReadOnlyAttributes)
Retrieves the partial resource with the modifications that maybe sent in
a PATCH request.
|
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<ClientExample.DeviceResource> |
ClientExample.DEVICE_RESOURCE_FACTORY
The resource factory that can be used to create device resource instances.
|
Copyright © 2011–2016 UnboundID. All rights reserved.