OSID Logo
OSID Specifications
authorization rules package
Version 3.1.0
Interfaceosid.authorization.rules.AuthorizationEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAuthorizationEnablers
Description

The callback for notifications of new authorization enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauthorizationEnablerIds the Id of the new AuthorizationEnablers
Compliancemandatory This method must be implemented.
MethodchangedAuthorizationEnablers
Description

The callback for notification of updated authorization enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauthorizationEnablerIds the Id of the updated AuthorizationEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuthorizationEnablers
Description

The callback for notification of deleted authorization enablers.

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