Interface CredentialEntryReceiver
- All Superinterfaces:
OsidReceiver
The credential entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted credential entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCredentialEntries(Id notificationId, IdList credentialEntryIds) The callback for notification of updated credential entries.voiddeletedCredentialEntries(Id notificationId, IdList credentialEntryIds) the callback for notification of deleted credential entries.voidnewCredentialEntries(Id notificationId, IdList credentialEntryIds) The callback for notifications of new credential entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCredentialEntries
-
changedCredentialEntries
The callback for notification of updated credential entries.- Parameters:
notificationId- the notificationIdcredentialEntryIds- theIdsof the updatedCredentialEntries- Compliance:
mandatory- This method must be implemented.
-
deletedCredentialEntries
the callback for notification of deleted credential entries.- Parameters:
notificationId- the notificationIdcredentialEntryIds- theIdsof the deletedCredentialEntries- Compliance:
mandatory- This method must be implemented.
-