| Package | osid.authentication |
|---|---|
| Title | Authentication Open Service Interface Definitions |
| Version | 3.0.0 |
| Description |
The Authentication OSID manages authenticated entities. Agent The Authentication OSID defines an Resource Mapping An Authorization Authorization is a separate service. The Authorization
OSID manages what functions the Each Certain consumers may wish to be notified of changes
within the service. Authentication supports notifications
via an
if (manager.supportsAgentNotification()) {
AgentNotificationSession ans = manager.getAgentNotificationSession(receiver);
ans.registerForNewAgents();
hangAround();
}
AgentReceiver receiver {
newAgent(Id agentId) { print("new agent"); }
changedAgent(Id agentId) { print("updated agent"); }
deletedAgent(Id agentId) { print("deleted agent"); }
}
Agency Cataloging Sub Packages The Authentication OSID includes an Authentication Key
OSID for managing private keys associated with an |