Interface | osid.authorization.Vault | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A vault defines a collection of authorizations and functions. | ||
Method | getVaultRecord | ||
Description |
Gets the vault record corresponding to the given | ||
Parameters | osid.type.Type | vaultRecordType | a vault record type |
Return | osid.authorization.records.VaultRecord | the vault record | |
Errors | NULL_ARGUMENT | vaultRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(vaultRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |