OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.AuthorizationReceiver
Implementsosid.OsidReceiver
Description

The authorization receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Authorizations.

MethodnewAuthorizations
Description

The callback for notifications of new authorizations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauthorizationIdsthe Id of the new Authorizations
CompliancemandatoryThis method must be implemented.
MethodchangedAuthorizations
Description

The callback for notification of updated authorization.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauthorizationIdsthe Id of the updated Authorizations
CompliancemandatoryThis method must be implemented.
MethoddeletedAuthorizations
Description

The callback for notification of deleted authorizations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauthorizationIdsthe Id of the deleted Authorizations
CompliancemandatoryThis method must be implemented.