OSID Logo
OSID Specifications
authorization rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.rules.AuthorizationEnablerSearch
Implementsosid.OsidSearch
Description

The search interface for governing authorization enabler searches.

MethodsearchAmongAuthorizationEnablers
Description

Execute this search among the given list of authorization enablers.

Parametersosid.id.IdListauthorizationEnablerIdslist of authorization enablers
ErrorsNULL_ARGUMENT authorizationEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuthorizationEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.authorization.rules.AuthorizationEnablerSearchOrderauthorizationEnablerSearchOrderauthorization enabler search order
ErrorsNULL_ARGUMENT authorizationEnablerSearchOrder is null
UNSUPPORTED authorizationEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAuthorizationEnablerSearchRecord
Description

Gets the authorization enabler search record corresponding to the given authorization enabler search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauthorizationEnablerSearchRecordTypean authorization enabler search record type
Returnosid.authorization.rules.records.AuthorizationEnablerSearchRecordthe authorization enabler search record
ErrorsNULL_ARGUMENT authorizationEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(authorizationEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.