|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resources | |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk | |
| Uses of Resources in com.unboundid.scim.marshal |
|---|
| Methods in com.unboundid.scim.marshal that return Resources | ||
|---|---|---|
|
Unmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Methods in com.unboundid.scim.marshal with parameters of type Resources | |
|---|---|
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. |
| Uses of Resources in com.unboundid.scim.marshal.json |
|---|
| Methods in com.unboundid.scim.marshal.json that return Resources | ||
|---|---|---|
|
JsonUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Methods in com.unboundid.scim.marshal.json with parameters of type Resources | |
|---|---|
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. |
| Uses of Resources in com.unboundid.scim.marshal.xml |
|---|
| Methods in com.unboundid.scim.marshal.xml that return Resources | ||
|---|---|---|
|
XmlUnmarshaller.unmarshalResources(InputStream inputStream,
ResourceDescriptor resourceDescriptor,
ResourceFactory<R> resourceFactory)
Reads a SCIM query response from an input stream. |
|
| Methods in com.unboundid.scim.marshal.xml with parameters of type Resources | |
|---|---|
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. |
| Uses of Resources in com.unboundid.scim.sdk |
|---|
| Methods in com.unboundid.scim.sdk that return Resources | |
|---|---|
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,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||