OSID Logo
OSID Specifications
authentication process package
Version 3.1.0
Interfaceosid.authentication.process.Challenge
Implementsosid.OsidObject
Used Byosid.authentication.process.AuthenticationValidationSession
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.TypechallengeRecordType the type of challenge record to retrieve
Returnosid.authentication.process.records.ChallengeRecord the challenge record
ErrorsNULL_ARGUMENT challengeRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(challengeRecordType) is false
Compliancemandatory This method must be implemented.