Interface | osid.authorization.VaultReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newVaults | ||
Description |
The callback for notifications of new vaults. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | vaultIds | the Id of the new Vaults | |
Compliance | mandatory | This method must be implemented. | |
Method | changedVaults | ||
Description |
The callback for notification of updated vaults. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | vaultIds | the Id of the updated Vaults | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedVaults | ||
Description |
The callback for notification of deleted vaults. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | vaultIds | the Id of the deleted Vaults | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfVaults | ||
Description |
The callback for notifications of changes to children of vault hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | vaultIds | the Ids of the Vaults whose children have
changed | |
Compliance | mandatory | This method must be implemented. |