| Interface | osid.authentication.keys.batch.KeyBatchAdminSession | ||
|---|---|---|---|
| Implements | osid.authentication.keys.KeyAdminSession | ||
| Description |
This session creates, updates, and deletes Create and update operations differ in their usage. To
create a The Once a batch of For updates, Once a batch of The delete operations delete | ||
| Method | getKeyFormsForCreate | ||
| Description |
Gets the key forms for creating a bunch of new keys. A key form is returned for each supplied agent. | ||
| Parameters | osid.id.IdList | agentIds | a list of agent Ids |
osid.type.Type[] | keyRecordTypes | array of key record types to be included in each create operation or an empty list if none | |
| Return | osid.authentication.keys.batch.KeyBatchFormList | the key forms | |
| Errors | NOT_FOUND | an agentId is not found | |
| NULL_ARGUMENT | agentIds or keyRecordTypes is null
| ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | unable to request forms with given record types | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | createKeys | ||
| Description |
Creates a new set of | ||
| Parameters | osid.authentication.keys.batch.KeyBatchFormList | keyForms | the key forms |
| Return | osid.transaction.batch.CreateResponseList | the create responses | |
| Errors | NULL_ARGUMENT | keyForms is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getKeyFormsForUpdate | ||
| Description |
Gets the key forms for updating an existing set of keys. A new key form should be requested for each update transaction. | ||
| Parameters | osid.id.IdList | keyIds | the Ids of the Key |
| Return | osid.authentication.keys.batch.KeyBatchFormList | the key form | |
| Errors | NOT_FOUND | a keyId is not found | |
| NULL_ARGUMENT | keyIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | updateKeys | ||
| Description |
Updates existing keys. This method returns an error if
the entire operation fails. Otherwise, the status of an
individual update operation is indicated in the | ||
| Parameters | osid.authentication.keys.batch.KeyBatchFormList | keyForms | the form containing the elements to be updated |
| Return | osid.transaction.batch.UpdateResponseList | the update responses | |
| Errors | NULL_ARGUMENT | keyForms is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteAllKeys | ||
| Description |
Deletes all | ||
| Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteKeys | ||
| Description |
Deletes keys for the given | ||
| Parameters | osid.id.IdList | keyIds | the Ids of the keys to delete |
| Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
| Errors | NULL_ARGUMENT | keyIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteKeysForAgent | ||
| Description |
Deletes keys for the given agent | ||
| Parameters | osid.id.Id | agentId | the Id of an agent |
| Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
| Errors | NULL_ARGUMENT | agentId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | aliasKeys | ||
| Description |
Adds an | ||
| Parameters | osid.transaction.batch.AliasRequestList | aliasRequests | the alias requests |
| Return | osid.transaction.batch.AliasResponseList | the alias responses | |
| Errors | NULL_ARGUMENT | aliasRequests is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |