OSID Logo
OSID Specifications
authentication keys package
Version 3.1.0
Interfaceosid.authentication.keys.KeyReceiver
Implementsosid.OsidReceiver
Description

The key receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Key objects. A change to a key is a change to an Key.

MethodnewKeys
Description

The callback for notifications of new keys.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListkeyIds the Ids of the new Keys
Compliancemandatory This method must be implemented.
MethodchangedKeys
Description

The callback for notification of updated keys.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListkeyIds the Ids of the updated Keys
Compliancemandatory This method must be implemented.
MethoddeletedKeys
Description

the callback for notification of deleted keys.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListkeyIds the Ids of the deleted Keys
Compliancemandatory This method must be implemented.