.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Get the response object based on the IPepRequest and accessResult.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IPepResponse CreatePepResponse(
	IPepRequest pepRequest,
	Collection<ExtendedAuthorizationResultType> accessResults
)

Parameters

pepRequest
Type: Oes.Pep.Api..::..IPepRequest
object for which decision has been made
accessResults
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ExtendedAuthorizationResultType>)>)>
object which hold the resultes of decision made

Return Value

return the IPepResponse object which hols decision and obligation details if any

See Also