| Interface | osid.authentication.AgencyReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The agency receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newAgencies | ||
| Description | 
                     The callback for notifications of new agencies.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | agencyIds | the  Ids  of the new  Agencies   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAgencies | ||
| Description | 
                     The callback for notification of updated agencies.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | agencyIds | the  Ids  of the updated  Agencies   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAgencies | ||
| Description | 
                     The callback for notification of deleted agencies.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | agencyIds | the  Ids  of the deleted  Agencies   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfAgencies | ||
| Description | 
                     The callback for notifications of changes to children of agency hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | agencyIds | the  Ids  of the  Agencies  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |