java.lang.Object
com.pervasive.datarush.io.configuration.Password
Wraps a string into an object that is json-serialized in an encrypted format.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Password
Creates a password from the clear text- Parameters:
clearText- the clear text- Throws:
IllegalArgumentException- if clearText is null
-
-
Method Details
-
getClearText
Returns the clear-text password- Returns:
- the clear-text password
-