OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.VaultForm
Implementsosid.OsidCatalogForm
Implemented Byosid.authorization.batch.VaultBatchForm
Used Byosid.authorization.VaultAdminSession
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.

Like all OsidForms, VaultForm is stateful and must not be accessed by multiple processing threads.

MethodgetVaultFormRecord
Description

Gets the VaultFormRecord corresponding to the given vault record Type.

Parametersosid.type.TypevaultRecordType a vault record type
Returnosid.authorization.records.VaultFormRecord the vault form record
ErrorsNULL_ARGUMENT vaultRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(vaultRecordType) is false
Compliancemandatory This method must be implemented.