OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.VaultReceiver
Implementsosid.OsidReceiver
Description

The vault receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Vault objects.

MethodnewVaults
Description

The callback for notifications of new vaults.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvaultIds the Id of the new Vaults
Compliancemandatory This method must be implemented.
MethodchangedVaults
Description

The callback for notification of updated vaults.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvaultIds the Id of the updated Vaults
Compliancemandatory This method must be implemented.
MethoddeletedVaults
Description

The callback for notification of deleted vaults.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvaultIds the Id of the deleted Vaults
Compliancemandatory This method must be implemented.
MethodchangedChildOfVaults
Description

The callback for notifications of changes to children of vault hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvaultIds the Ids of the Vaults whose children have changed
Compliancemandatory This method must be implemented.