.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
E27727-01
The IPepRequestFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContainerName |
Return the name of the container configured for this IPepRequestFactory.
| |
GetDecisionHandler |
Return the IDecisionHandler that was set when the IPepRequestFactory was created.
| |
GetPostDecisionHandlers |
Return the List of IPostDecisionHandlers that was set when
the PepRequestFactory was created.
| |
GetPreDecisionHandlers |
Return the List of IPreDecisionHandlers that was set when
the IPepRequestFactory was created.
| |
GetProviderClassName |
Return the name of the class that implements this instance of IPepRequestFactory
| |
GetResponseFactory |
Helper method to return the IPepResponseFactory that was configured with this PepRequestFactory. May be
used by applications to set the PepResponseBehavior that controls how the IPepResponse#Allowed() method
behaves when it returns its result.
| |
NewBulkPepRequest |
Create a IPepRequest using objects, where a list of n action objects and
a corresponding list of n resource objects are provided to represent
n resource-action pairs. A decision for each resource-action pair will
be returned, when IPepRequest.Decide() is invoked.
| |
NewPepRequest(String, String, String) |
Create a IPepRequest just using Strings
| |
NewPepRequest(Object, Object, Object, Object) |
Create a IPepRequest using objects
| |
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.
|