Interface | osid.authentication.process.Challenge | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
The challenge data. | ||
Method | getChallengeRecord | ||
Description |
Gets the challenge record corresponding to the given
challenge record | ||
Parameters | osid.type.Type | challengeRecordType | the type of challenge record to retrieve |
Return | osid.authentication.process.records.ChallengeRecord | the challenge record | |
Errors | NULL_ARGUMENT | challengeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(challengeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |