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

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

Syntax

C#
IPepResponse CreateQueryPepResponse(
	IPepRequest pepRequest,
	Collection<RuntimeEntitlementType> entitlements
)

Parameters

pepRequest
Type: Oes.Pep.Api..::..IPepRequest
object for which decision has been made
entitlements
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'RuntimeEntitlementType>)>)>
object which hold the entitlement

Return Value

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

See Also