.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01

The IPepResponse type exposes the following members.

Methods

  NameDescription
Public methodAllowed
Returns the decision associated with the current IPepResponse.
Public methodGetAction
Return the action object associated with the current result. The action object is the same object that was used to create the IPepRequest and may be used to correlate the IPepResponse results with the action-resource pairs that were used to create the IPepRequest.
Public methodGetObligations
Return the set of IObligation's associated with the current result indexed by ObligationId.
Public methodGetPepRequest
Returns the PepRequest object associated with the response.
Public methodGetPepResponseType
Get the responseType used for the request.
Public methodGetResource
Return the resource object associated with the current result. The resource object is the same object that was used to create the IPepRequest and may be used to correlate the IPepResponse results with the action-resource pairs that were used to create the IPepRequest.
Public methodGetResourceActionOnly
Flag saying whether the query is for resource action only
Public methodNext
For bulk requests and query requests, move the internal iterator to the next result. For bulk requests and query requests, the iterator initially points prior to the first result. For single newPepRequest, the iterator always points to the first and only result and next() always returns false.

See Also