OSID Logo
OSID Specifications
authentication process package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.process.Challenge
Implementsosid.OsidObject
Description

The challenge data.

MethodgetChallengeRecord
Description

Gets the challenge record corresponding to the given challenge record Type. This method is used to retrieve an object implementing the requested record. The challengeRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(challengeRecordType) is true .

Parametersosid.type.TypechallengeRecordTypethe type of challenge record to retrieve
Returnosid.authentication.process.records.ChallengeRecordthe challenge record
ErrorsNULL_ARGUMENT challengeRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(challengeRecordType) is false
CompliancemandatoryThis method must be implemented.