.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)
E27727-01
Create a IPepRequest just using Strings
Namespace: Oes.Pep.ApiAssembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
IPepRequest NewPepRequest( string subjectName, string actionId, string resourceId ) |
Parameters
- subjectName
- Type: System..::..String
String representing the name of the subject ex: Josh
- actionId
- Type: System..::..String
String representing the resource ex: file1234
- resourceId
- Type: System..::..String
String representing the action ex: "myapp/resourcetype/resourcename"
Return Value
returns the created IPepRequest objectExceptions
Exception | Condition |
---|---|
Oes.Pep.Api..::..PepException | Throws the PepException, if passed information is not valid or not in expected form. |