OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.AuthorizationForm
Implementsosid.OsidRelationshipForm
Description

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

MethodgetAuthorizationFormRecord
Description

Gets the AuthorizationFormRecord corresponding to the given authorization record Type.

Parametersosid.type.TypeauthorizationRecordTypethe authorization record type
Returnosid.authorization.records.AuthorizationFormRecordthe authorization form record
ErrorsNULL_ARGUMENT authorizationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(authorizationRecordType) is false
CompliancemandatoryThis method must be implemented.