OSID Logo
OSID Specifications
authentication package
Version 3.1.0
Interfaceosid.authentication.AgencyForm
Implementsosid.OsidCatalogForm
Implemented Byosid.authentication.batch.AgentBatchForm
osid.authentication.batch.AgencyBatchForm
Used Byosid.authentication.AgencyAdminSession
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.TypeagencyRecordType an agency record type
Returnosid.authentication.records.AgencyFormRecord the agency form record
ErrorsNULL_ARGUMENT agencyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(agencyRecordType) is false
Compliancemandatory This method must be implemented.