OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.CredentialReceiver
Implementsosid.OsidReceiver
Description

The credential receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Credential objects.

MethodnewCredentials
Description

The callback for notifications of new credentials.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcredentialIds the Ids of the new Credentials
Compliancemandatory This method must be implemented.
MethodchangedCredentials
Description

The callback for notification of updated credentials.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcredentialIds the Ids of the updated Credentials
Compliancemandatory This method must be implemented.
MethoddeletedCredentials
Description

the callback for notification of deleted credentials.

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