| Interface | osid.authentication.process.Trust | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
The relationship among | ||
| Method | getTrustRecord | ||
| Description |
Gets the trust record corresponding to the given trust
record | ||
| Parameters | osid.type.Type | trustRecordType | the type of trust record to retrieve |
| Return | osid.authentication.process.records.TrustRecord | the trust record | |
| Errors | NULL_ARGUMENT | trustRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(trustRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |