.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,
	ExtendedAuthorizationResultType accessResult
)

Parameters

pepRequest
Type: Oes.Pep.Api..::..IPepRequest
object for which decision has been made
accessResult
Type: ExtendedAuthorizationResultType
object which hold the result of decision made

Return Value

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

See Also