OSID Logo
OSID Specifications
authentication package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.AgencyForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetAgencyFormRecord
Description

Gets the AgencyFormRecord corresponding to the given agency record Type.

Parametersosid.type.TypeagencyRecordTypean agency record type
Returnosid.authentication.records.AgencyFormRecordthe agency form record
ErrorsNULL_ARGUMENT agencyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(agencyRecordType) is false
CompliancemandatoryThis method must be implemented.