OSID Logo
OSID Specifications
authorization rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListauthorizationEnablerIdsthe Id of the new AuthorizationEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedAuthorizationEnablers
Description

The callback for notification of updated authorization enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauthorizationEnablerIdsthe Id of the updated AuthorizationEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedAuthorizationEnablers
Description

The callback for notification of deleted authorization enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauthorizationEnablerIdsthe Id of the deleted AuthorizationEnablers
CompliancemandatoryThis method must be implemented.