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

This is the query inspector for examining key queries.

MethodgetAgentIdTerms
Description

Gets the agent Id terms.

Returnosid.search.terms.IdTerm[]the agent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAgentTerms
Description

Gets the agent terms.

Returnosid.authentication.AgentQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetKeyQueryInspectorRecord
Description

Gets the key query inspector record corresponding to the given Key record Type.

Parametersosid.type.TypekeyRecordTypea key record type
Returnosid.authentication.keys.records.KeyQueryInspectorRecordthe key query inspector record
ErrorsNULL_ARGUMENT keyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(keyRecordType) is false
CompliancemandatoryThis method must be implemented.