.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Calls the OES authorization service exposed through the web serivce for a decision and returns the information to the caller in the form of a IPepResponse

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

Syntax

C#
IPepResponse Decide()

Return Value

return the IPepResponse object which holds auhtoization result

Exceptions

ExceptionCondition
Oes.Pep.Api..::..PepException Throws the PepException, if passed PepRequestOperation is not valid or any internal error occurred while processing the request.

See Also