.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
This method is used to apply preliminary custom processing to the IPepRequest prior to its being submitted with the IPepRequest#decide() method.

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

Syntax

C#
void PostDecide(
	IPepRequest request,
	IPepResponse response
)

Parameters

request
Type: Oes.Pep.Api..::..IPepRequest
object for which decision has been made
response
Type: Oes.Pep.Api..::..IPepResponse
object which hold the resultes of decision made

See Also