Interface | osid.authentication.AgentReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The agent receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newAgents | ||
Description |
The callback for notifications of new agents. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | agentIds | the Id of the new Agents | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAgents | ||
Description |
The callback for notification of updated agents. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | agentIds | the Id of the updated Agents | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAgents | ||
Description |
the callback for notification of deleted agents. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | agentIds | the Id of the deleted Agents | |
Compliance | mandatory | This method must be implemented. |