OSID Logo
OSID Specifications
authentication package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.AgentQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

This is the query inspector for examining agent queries.

MethodgetResourceIdTerms
Description

Gets the resource Id terms.

Returnosid.search.terms.IdTerm[]the resource Id terms
CompliancemandatoryThis method must be implemented.
MethodgetResourceTerms
Description

Gets the resource terms.

Returnosid.resource.ResourceQueryInspector[]the resource terms
CompliancemandatoryThis method must be implemented.
MethodgetAgencyIdTerms
Description

Gets the agency Id terms.

Returnosid.search.terms.IdTerm[]the agency Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAgencyTerms
Description

Gets the agency terms.

Returnosid.authentication.AgencyQueryInspector[]the agency terms
CompliancemandatoryThis method must be implemented.
MethodgetAgentQueryInspectorRecord
Description

Gets the query inspector record corresponding to the given Agent record Type.

Parametersosid.type.TypeagentRecordTypean agent record type
Returnosid.authentication.records.AgentQueryInspectorRecordthe agent query inspector record
ErrorsNULL_ARGUMENT agentRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(agentRecordType) is false
CompliancemandatoryThis method must be implemented.