OSID Logo
OSID Specifications
authentication package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.AgentReceiver
Implementsosid.OsidReceiver
Description

The agent receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Agent objects. A change to a key is a change to an Agent.

MethodnewAgents
Description

The callback for notifications of new agents.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListagentIdsthe Id of the new Agents
CompliancemandatoryThis method must be implemented.
MethodchangedAgents
Description

The callback for notification of updated agents.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListagentIdsthe Id of the updated Agents
CompliancemandatoryThis method must be implemented.
MethoddeletedAgents
Description

the callback for notification of deleted agents.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListagentIdsthe Id of the deleted Agents
CompliancemandatoryThis method must be implemented.