| Package | Description |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
void |
StreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response.
|
void |
Marshaller.marshal(Resources<? extends BaseResource> response,
OutputStream outputStream)
Write a SCIM listing response to an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
void |
JsonStreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response.
|
void |
JsonMarshaller.marshal(Resources<? extends BaseResource> response,
OutputStream outputStream)
Write a SCIM listing response to an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends BaseResource> |
XmlUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlStreamMarshaller.marshal(Resources<? extends BaseResource> response)
Write a SCIM query response.
|
void |
XmlMarshaller.marshal(Resources<? extends BaseResource> resources,
OutputStream outputStream)
Write a SCIM listing response to an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Resources |
SCIMBackend.getResources(GetResourcesRequest request)
Retrieve selected resources.
|
Resources |
ResourceSchemaBackend.getResources(GetResourcesRequest request)
Retrieve selected resources.
|
Resources<R> |
SCIMEndpoint.query(String filter)
Retrieves all resource instances that match the provided filter.
|
Resources<R> |
SCIMEndpoint.query(String filter,
SortParameters sortParameters,
PageParameters pageParameters,
Map<String,String> additionalQueryParams,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter.
|
Resources<R> |
SCIMEndpoint.query(String filter,
SortParameters sortParameters,
PageParameters pageParameters,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter.
|
Copyright © 2011–2016 UnboundID. All rights reserved.