OSID Logo
OSID Specifications
authentication keys package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListkeyIdsthe Ids of the new Keys
CompliancemandatoryThis method must be implemented.
MethodchangedKeys
Description

The callback for notification of updated keys.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListkeyIdsthe Ids of the updated Keys
CompliancemandatoryThis method must be implemented.
MethoddeletedKeys
Description

the callback for notification of deleted keys.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListkeyIdsthe Ids of the deleted Keys
CompliancemandatoryThis method must be implemented.