Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Server (Public) / nhilam |
Follow
122
|
Aqua Data Server provides means for storing and using text objects without revealing their content. This functionality is particularly useful for storing information such as passwords that may be used in AquaScripts. Once a secure storage is established it can be referenced in AquaScripts by its name. The objects stored in the Secure Storage of Aqua Data Server are called “Opaque Objects”. If an opaque object name is referenced in the script the value of the object can be passed to a script function but cannot be shown, printed or otherwise displayed by system output, console output or GUI means.
The Secure Storage can only be established via the Aqua Data Server user interface on the Title Bar–-> “Secure storage” link.
The value of an opaque object can be hidden from displaying in the Aqua Data Server GUI by selecting the “Hide Value” checkbox in the “New Secure Storage” or “Edit Secure Storage” dialog.
Once hidden, the value of the secure object cannot be unhidden. But it remains accessible via the API functions.
Objects stored in the secure storage can be accessed programmatically via AQCrypto and AQOpaqueObject APIs.
Opaque objects contain data that should not be revealed to the system users, although such data can be passed to functions of AquaScripts such as getSecureField(String) function of Aqua Open API. This function will accept the name of an opaque object as a string and return the opaque object type that can be passed to another function as an argument. The actual value of the opaque object will not be revealed.
// The value of the "password1" secure code registered in the Secure Storage section
// is wrapped in a opaque object assigned to the to "secure_password" variable
var secure_password = aqua.crypto.getSecureField ("password1");
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017