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

The callback for notification of updated functions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfunctionIds the Id of the updated Functions
Compliancemandatory This method must be implemented.
MethoddeletedFunctions
Description

The callback for notification of deleted functions.

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