Interface | osid.authentication.keys.KeyReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The key receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newKeys | ||
Description |
The callback for notifications of new keys. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | keyIds | the Ids of the new Keys | |
Compliance | mandatory | This method must be implemented. | |
Method | changedKeys | ||
Description |
The callback for notification of updated keys. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | keyIds | the Ids of the updated Keys | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedKeys | ||
Description |
the callback for notification of deleted keys. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | keyIds | the Ids of the deleted Keys | |
Compliance | mandatory | This method must be implemented. |