Interface AuthorizationReceiver
- All Superinterfaces:
OsidReceiver
The authorization receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Authorizations.
Like all OsidReceivers, notifications are delivered to
AuthorizationReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuthorizations(Id notificationId, IdList authorizationIds) The callback for notification of updated authorization.voiddeletedAuthorizations(Id notificationId, IdList authorizationIds) The callback for notification of deleted authorizations.voidnewAuthorizations(Id notificationId, IdList authorizationIds) The callback for notifications of new authorizations.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuthorizations
-
changedAuthorizations
-
deletedAuthorizations
-