.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
E27727-01
Overload List
| Name | Description | |
|---|---|---|
| NewQueryPepRequest(Object, Object, String, PepRequestQueryType) |
Create a PepRequest using subject and environment objects, plus a "scope"
String that represents a PDP policy-specific resource representation.
When the IPepRequest.Decide() method is invoked, based on
PepRequestQueryType will return either
- a list of Allowed ResourceAction pairs within scope
- a list of Denied ResourceAction pairs within scope
- or a list of full detailed results for all
ResourceAction pairs within scope
| |
| NewQueryPepRequest(Object, Object, Object, Object, PepResponseType, Boolean) |
Create a PepRequest using objects for subject, resource, action, environment and scope.
|