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

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

MethodnewFunctions
Description

The callback for notifications of new functions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfunctionIdsthe Id of the new Functions
CompliancemandatoryThis method must be implemented.
MethodchangedFunctions
Description

The callback for notification of updated functions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfunctionIdsthe Id of the updated Functions
CompliancemandatoryThis method must be implemented.
MethoddeletedFunctions
Description

The callback for notification of deleted functions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfunctionIdsthe Id of the deleted Functions
CompliancemandatoryThis method must be implemented.