| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml |
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<BulkConfig> |
BulkConfig.BULK_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances. |
| Modifier and Type | Method and Description |
|---|---|
BulkConfig |
ServiceProviderConfig.getBulkConfig()
Retrieves the BULK configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderConfig |
ServiceProviderConfig.setBulkConfig(BulkConfig bulkConfig)
Specifies the BULK configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Unmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
Unmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
JsonUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Constructor and Description |
|---|
JsonBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
XmlUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Constructor and Description |
|---|
XmlBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller.
|
Copyright © 2011–2016 UnboundID. All rights reserved.