| Interface | osid.authorization.rules.AuthorizationEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The authorization enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted authorization enablers. | ||
| Method | newAuthorizationEnablers | ||
| Description |
The callback for notifications of new authorization enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationEnablerIds | the Id of the new AuthorizationEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuthorizationEnablers | ||
| Description |
The callback for notification of updated authorization enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationEnablerIds | the Id of the updated AuthorizationEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuthorizationEnablers | ||
| Description |
The callback for notification of deleted authorization enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationEnablerIds | the Id of the deleted AuthorizationEnablers | |
| Compliance | mandatory | This method must be implemented. | |