Uses of Class
com.pervasive.datarush.io.configuration.Password
-
Packages that use Password Package Description com.pervasive.datarush.io.configuration Provides classes and interfaces associated with filesystem configurationcom.pervasive.datarush.jdbc -
-
Uses of Password in com.pervasive.datarush.io.configuration
Methods in com.pervasive.datarush.io.configuration that return Password Modifier and Type Method Description Password
PasswordField. getFieldValue()
Returns the password.Methods in com.pervasive.datarush.io.configuration with parameters of type Password Modifier and Type Method Description PasswordField
PasswordField. withValue(Password fieldValue)
Creates a new field, equivalent to this, but with the value set to the specified value.Constructors in com.pervasive.datarush.io.configuration with parameters of type Password Constructor Description PasswordField(String fieldName, Password fieldValue)
Create a new password field -
Uses of Password in com.pervasive.datarush.jdbc
Methods in com.pervasive.datarush.jdbc that return Password Modifier and Type Method Description Password
JDBCConnector. getEncryptedPassword()
Methods in com.pervasive.datarush.jdbc with parameters of type Password Modifier and Type Method Description void
JDBCConnector. setEncryyptedPassword(Password password)
-