OSID Logo
OSID Specifications
authentication keys package
Version 3.1.0
Interfaceosid.authentication.keys.KeyForm
Implementsosid.OsidObjectForm
Implemented Byosid.authentication.keys.batch.KeyBatchForm
Used Byosid.authentication.keys.KeyAdminSession
Description

This is the form for creating and updating Keys. Various data elements may be set here for use in the create and update methods in the KeyAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetKeyFormRecord
Description

Gets the KeyFormRecord corresponding to the given key record Type.

Parametersosid.type.TypekeyRecordType a key record type
Returnosid.authentication.keys.records.KeyFormRecord the key form record
ErrorsNULL_ARGUMENT keyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(keyRecordType) is false
Compliancemandatory This method must be implemented.