OSID Logo
OSID Specifications
authorization rules package
Version 3.1.0
Interfaceosid.authorization.rules.AuthorizationEnabler
Implementsosid.OsidEffectuator
Used Byosid.authorization.rules.AuthorizationEnablerAdminSession
osid.authorization.rules.AuthorizationEnablerList
osid.authorization.rules.AuthorizationEnablerLookupSession
Description

An AuthorizationEnabler describes the rules for making Authorizations effective.

MethodgetAuthorizationEnablerRecord
Description

Gets the authorization enabler record corresponding to the given AuthorizationEnabler record Type. This method is used to retrieve an object implementing the requested record. The authorizationEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(authorizationEnablerRecordType) is true.

Parametersosid.type.TypeauthorizationEnablerRecordType the type of authorization enabler record to retrieve
Returnosid.authorization.rules.records.AuthorizationEnablerRecord the authorization enabler record
ErrorsNULL_ARGUMENT authorizationEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(authorizationEnablerRecordType) is false
Compliancemandatory This method must be implemented.