| Interface | osid.authorization.AuthorizationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The authorization receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newAuthorizations | ||
| Description |
The callback for notifications of new authorizations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationIds | the Id of the new Authorizations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuthorizations | ||
| Description |
The callback for notification of updated authorization. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationIds | the Id of the updated Authorizations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuthorizations | ||
| Description |
The callback for notification of deleted authorizations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | authorizationIds | the Id of the deleted Authorizations | |
| Compliance | mandatory | This method must be implemented. | |