public interface CredentialReceiver extends OsidReceiver
The credential receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Credential objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedCredentials(Id notificationId,
IdList credentialIds)
The callback for notification of updated credentials.
|
void |
deletedCredentials(Id notificationId,
IdList credentialIds)
the callback for notification of deleted credentials.
|
void |
newCredentials(Id notificationId,
IdList credentialIds)
The callback for notifications of new credentials.
|
down, upvoid newCredentials(Id notificationId, IdList credentialIds)
notificationId - the notification IdcredentialIds - the Ids of the new
Credentials mandatory - This method must be implemented. void changedCredentials(Id notificationId, IdList credentialIds)
notificationId - the notification IdcredentialIds - the Ids of the updated
Credentials mandatory - This method must be implemented.