OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.VaultForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating vaults. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the VaultAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetVaultFormRecord
Description

Gets the VaultFormRecord corresponding to the given vault record Type.

Parametersosid.type.TypevaultRecordTypea vault record type
Returnosid.authorization.records.VaultFormRecordthe vault form record
ErrorsNULL_ARGUMENT vaultRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(vaultRecordType) is false
CompliancemandatoryThis method must be implemented.