OSID Logo
OSID Specifications
course program package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListcredentialIdsthe Ids of the new Credentials
CompliancemandatoryThis method must be implemented.
MethodchangedCredentials
Description

The callback for notification of updated credentials.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcredentialIdsthe Ids of the updated Credentials
CompliancemandatoryThis method must be implemented.
MethoddeletedCredentials
Description

the callback for notification of deleted credentials.

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