.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
E27727-01
The IPepResponse type exposes the following members.
Methods
Name | Description | |
---|---|---|
Allowed |
Returns the decision associated with the current IPepResponse.
| |
GetAction |
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.
| |
GetObligations |
Return the set of IObligation's associated with the
current result indexed by ObligationId.
| |
GetPepRequest |
Returns the PepRequest object associated with the response.
| |
GetPepResponseType |
Get the responseType used for the request.
| |
GetResource |
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.
| |
GetResourceActionOnly |
Flag saying whether the query is for resource action only
| |
Next |
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.
|