|
gluu
|

公開メンバ関数 | |
| BulkConfig () | |
| BulkConfig (boolean supported, long maxOperations, long maxPayloadSize) | |
| boolean | isSupported () |
| long | getMaxOperations () |
| long | getMaxPayloadSize () |
| void | setSupported (boolean supported) |
| void | setMaxOperations (long maxOperations) |
| void | setMaxPayloadSize (long maxPayloadSize) |
非公開変数類 | |
| boolean | supported |
| long | maxOperations |
| long | maxPayloadSize |
A class that holds values representing the configuration options for SCIM BULK operation (see section 5 of RFC 7643).
|
inline |
Creates an instance of BulkConfig with all its fields unassigned.
|
inline |
Creates a BulkConfig instance based on parameters supplied.
| supported | Specifies whether the bulk operation is supported. |
| maxOperations | Specifies the maximum number of operations supported per bulk. |
| maxPayloadSize | Specifies the maximum payload size in bytes supported per bulk. |
|
inline |
Retrieves the maximum number of operations supported in a bulk.
|
inline |
Retrieves the maximum payload size allowed in a bulk.
|
inline |
Indicates whether the PATCH operation is supported.
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.13