Interface | osid.authentication.Agent | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
An | ||
Method | getAgentRecord | ||
Description |
Gets the agent record corresponding to the given | ||
Parameters | osid.type.Type | agentRecordType | the type of the record to retrieve |
Return | osid.authentication.records.AgentRecord | the agent record | |
Errors | NULL_ARGUMENT | agentRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(agentRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |