OSID Logo
OSID Specifications
authentication package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListagentIds the Id of the new Agents
Compliancemandatory This method must be implemented.
MethodchangedAgents
Description

The callback for notification of updated agents.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListagentIds the Id of the updated Agents
Compliancemandatory This method must be implemented.
MethoddeletedAgents
Description

the callback for notification of deleted agents.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListagentIds the Id of the deleted Agents
Compliancemandatory This method must be implemented.