Interface | osid.authentication.Agency | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
An agency defines a collection of agents. | ||
Method | getAgencyRecord | ||
Description |
Gets the agency record corresponding to the given
| ||
Parameters | osid.type.Type | agencyRecordType | an agency record type |
Return | osid.authentication.records.AgencyRecord | the agency record | |
Errors | NULL_ARGUMENT | agencyRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(agencyRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |