OSID Logo
OSID Specifications
authentication package
Version 3.1.0
Interfaceosid.authentication.AgentForm
Implementsosid.OsidObjectForm
Used Byosid.authentication.AgentAdminSession
Description

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

MethodgetAgentFormRecord
Description

Gets the AgentFormRecord corresponding to the given agent record Type.

Parametersosid.type.TypeagentRecordType the agent record type
Returnosid.authentication.records.AgentFormRecord the agent form record
ErrorsNULL_ARGUMENT agentRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(agentRecordType) is false
Compliancemandatory This method must be implemented.