|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkConfig | |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| Uses of BulkConfig in com.unboundid.scim.data |
|---|
| Fields in com.unboundid.scim.data with type parameters of type BulkConfig | |
|---|---|
static AttributeValueResolver<BulkConfig> |
BulkConfig.BULK_CONFIG_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from BulkConfig instances. |
| Methods in com.unboundid.scim.data that return BulkConfig | |
|---|---|
BulkConfig |
ServiceProviderConfig.getBulkConfig()
Retrieves the BULK configuration options. |
| Methods in com.unboundid.scim.data with parameters of type BulkConfig | |
|---|---|
ServiceProviderConfig |
ServiceProviderConfig.setBulkConfig(BulkConfig bulkConfig)
Specifies the BULK configuration options. |
| Uses of BulkConfig in com.unboundid.scim.marshal |
|---|
| Methods in com.unboundid.scim.marshal with parameters of type BulkConfig | |
|---|---|
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. |
| Uses of BulkConfig in com.unboundid.scim.marshal.json |
|---|
| Methods in com.unboundid.scim.marshal.json with parameters of type BulkConfig | |
|---|---|
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. |
| Constructors in com.unboundid.scim.marshal.json with parameters of type BulkConfig | |
|---|---|
JsonBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller. |
|
| Uses of BulkConfig in com.unboundid.scim.marshal.xml |
|---|
| Methods in com.unboundid.scim.marshal.xml with parameters of type BulkConfig | |
|---|---|
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. |
| Constructors in com.unboundid.scim.marshal.xml with parameters of type BulkConfig | |
|---|---|
XmlBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||