OSID Logo
OSID Specifications
authorization package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListauthorizationIds the Id of the new Authorizations
Compliancemandatory This method must be implemented.
MethodchangedAuthorizations
Description

The callback for notification of updated authorization.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauthorizationIds the Id of the updated Authorizations
Compliancemandatory This method must be implemented.
MethoddeletedAuthorizations
Description

The callback for notification of deleted authorizations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauthorizationIds the Id of the deleted Authorizations
Compliancemandatory This method must be implemented.