OSID Logo
OSID Specifications
authorization rules package
Version 3.1.0
Interfaceosid.authorization.rules.AuthorizationEnablerSearch
Implementsosid.OsidSearch
Used Byosid.authorization.rules.AuthorizationEnablerSearchSession
Description

The search interface for governing authorization enabler searches.

MethodsearchAmongAuthorizationEnablers
Description

Execute this search among the given list of authorization enablers.

Parametersosid.id.IdListauthorizationEnablerIds list of authorization enablers
ErrorsNULL_ARGUMENT authorizationEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuthorizationEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.authorization.rules.AuthorizationEnablerSearchOrderauthorizationEnablerSearchOrder authorization enabler search order
ErrorsNULL_ARGUMENT authorizationEnablerSearchOrder is null
UNSUPPORTED authorizationEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypeauthorizationEnablerSearchRecordType an authorization enabler search record type
Returnosid.authorization.rules.records.AuthorizationEnablerSearchRecord the authorization enabler search record
ErrorsNULL_ARGUMENT authorizationEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(authorizationEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.