com.eruces.teagent.ResultSetPolicy
The ResultSetPolicy class maintains the cryptographic policy applied to recordsets.
Public Member Functions
| Member | Description |
|---|---|
ResultSetPolicy(File filePO) | The ResultSetPolicy constructor accepts a virtual policy file object. |
ResultSetPolicy(String strXML) | The ResultSetPolicy constructor accepts an XML logical policy string. |
Member Function Documentation
ResultSetPolicy(File filePO)
The ResultSetPolicy constructor accepts a virtual policy file object.
Parameters
| Parameter | Description |
|---|---|
filePO | An XML policy file object. |
ResultSetPolicy(String strXML)
The ResultSetPolicy constructor accepts an XML logical policy string.
Parameters
| Parameter | Description |
|---|---|
strXML | A string representing an XML policy file. |