OSID Logo
OSID Specifications
authentication keys package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.keys.KeyForm
Implementsosid.OsidObjectForm
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.TypekeyRecordTypea key record type
Returnosid.authentication.keys.records.KeyFormRecordthe key form record
ErrorsNULL_ARGUMENT keyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(keyRecordType) is false
CompliancemandatoryThis method must be implemented.