Uses of Class
adams.core.base.BasePassword
-
-
Uses of BasePassword in adams.core
Methods in adams.core that return BasePassword Modifier and Type Method Description BasePassword
PasswordSupporter. getPassword()
Returns the password.BasePassword
Properties. getPassword(String key)
Returns the password associated with the string.BasePassword
Properties. getPassword(String key, BasePassword defValue)
Returns the password associated with the string.Methods in adams.core with parameters of type BasePassword Modifier and Type Method Description BasePassword
Properties. getPassword(String key, BasePassword defValue)
Returns the password associated with the string.void
PasswordSupporter. setPassword(BasePassword value)
Sets the password.void
Properties. setPassword(String key, BasePassword value)
Stores the password as 64-bit encoded string under the specified property key. -
Uses of BasePassword in adams.core.io
Methods in adams.core.io that return BasePassword Modifier and Type Method Description static BasePassword
ConsoleHelper. enterPassword(String msg)
Lets the user enter a password. -
Uses of BasePassword in adams.core.io.console
Methods in adams.core.io.console that return BasePassword Modifier and Type Method Description BasePassword
Basic. enterPassword(String msg)
Lets the user enter a password.BasePassword
Console. enterPassword(String msg)
Lets the user enter a password. -
Uses of BasePassword in adams.core.io.lister
Fields in adams.core.io.lister declared as BasePassword Modifier and Type Field Description protected BasePassword
FtpDirectoryLister. m_Password
the FTP password to use.protected BasePassword
SftpDirectoryLister. m_Password
the SSH password to use.protected BasePassword
SmbDirectoryLister. m_Password
the SMB password to use.protected BasePassword
SftpDirectoryLister. m_PrivateKeyPassphrase
the passphrase for the private key.Methods in adams.core.io.lister that return BasePassword Modifier and Type Method Description BasePassword
FtpDirectoryLister. getPassword()
Returns the FTP password to use.BasePassword
SftpDirectoryLister. getPassword()
Returns the SSH password to use.BasePassword
SmbDirectoryLister. getPassword()
Returns the SMB password to use.BasePassword
SftpDirectoryLister. getPrivateKeyPassphrase()
Returns the passphrase for the private key file, ignored if empty.Methods in adams.core.io.lister with parameters of type BasePassword Modifier and Type Method Description void
FtpDirectoryLister. setPassword(BasePassword value)
Sets the FTP password to use.void
SftpDirectoryLister. setPassword(BasePassword value)
Sets the SSH password to use.void
SmbDirectoryLister. setPassword(BasePassword value)
Sets the SMB password to use.void
SftpDirectoryLister. setPrivateKeyPassphrase(BasePassword value)
Sets the passphrase for the private key file, ignored if empty. -
Uses of BasePassword in adams.core.net
Fields in adams.core.net declared as BasePassword Modifier and Type Field Description protected BasePassword
ApacheSendEmail. m_Password
the password to use for authentication.protected BasePassword
SimpleApacheSendEmail. m_Password
the password to use for authentication.Methods in adams.core.net that return BasePassword Modifier and Type Method Description BasePassword
ProxyHelper. getPassword(Proxy.Type type)
Returns the proxy password.static BasePassword
EmailHelper. getSmtpPassword()
Returns the SMTP password.Methods in adams.core.net with parameters of type BasePassword Modifier and Type Method Description abstract void
AbstractSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)
Initializes the SMTP session.void
ApacheSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)
Initializes the SMTP session.void
JavaMailSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)
Initializes the SMTP session.void
SimpleApacheSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)
Initializes the SMTP session.void
ProxyHelper. setPassword(Proxy.Type type, BasePassword value)
Sets the proxy password. -
Uses of BasePassword in adams.core.option
Fields in adams.core.option declared as BasePassword Modifier and Type Field Description protected BasePassword
DatabaseActorExecutionClassProducer. m_Password
the database password.Methods in adams.core.option that return BasePassword Modifier and Type Method Description BasePassword
DatabaseActorExecutionClassProducer. getPassword()
Returns the database URL.Methods in adams.core.option with parameters of type BasePassword Modifier and Type Method Description void
DatabaseActorExecutionClassProducer. setPassword(BasePassword value)
Sets the database password. -
Uses of BasePassword in adams.db
Fields in adams.db declared as BasePassword Modifier and Type Field Description protected BasePassword
AbstractDatabaseConnection. m_Password
database password.protected BasePassword
AbstractDatabaseObjectWithOptionHandling. m_Password
the password of the database user.protected BasePassword
ConnectionParameters. m_Password
the password.Methods in adams.db that return BasePassword Modifier and Type Method Description BasePassword
AbstractDatabaseConnection. getDefaultPassword()
Returns the password specified in the props file.BasePassword
AbstractDatabaseConnection. getPassword()
Returns the currently set database password.BasePassword
AbstractDatabaseObjectWithOptionHandling. getPassword()
Returns the password of the database user.BasePassword
ConnectionParameters. getPassword()
Returns the password.BasePassword
DatabaseConnectionParameterHandler. getPassword()
Returns the currently set database password.Methods in adams.db with parameters of type BasePassword Modifier and Type Method Description String
DatabaseManager. createURL(String url, String user, BasePassword password)
Generates a URL that includes the user name.T
DatabaseManager. get(String url, String user, BasePassword password)
Gets the database object for the specified URL.protected int
AbstractDatabaseConnection. getFailedConnectAttempt(String url, String user, BasePassword password)
Returns the failed attempt count for the given connection.protected String
AbstractDatabaseConnection. getFailedConnectAttemptKey(String url, String user, BasePassword password)
Generates a key for the failed connect attempt hashtable.static DatabaseConnection
DatabaseConnection. getSingleton(String url, String user, BasePassword password)
Returns the global database connection object.boolean
DatabaseManager. has(String url, String user, BasePassword password)
Checks whether a database object for the specified URL is available.protected void
AbstractDatabaseConnection. incFailedConnectAttempt(String url, String user, BasePassword password)
Increments the failed attempt for the given connection.boolean
AbstractReconnectableDatabaseConnection. reconnect(String url, String user, BasePassword password)
Reconnects with the given parameters if they differ from the current settings.boolean
ReconnectableDatabaseConnection. reconnect(String url, String user, BasePassword password)
Reconnects with the given parameters if they differ from the current settings.protected void
AbstractDatabaseConnection. resetFailedConnectAttempt(String url, String user, BasePassword password)
Resets the failed attempt for the given connection.void
AbstractDatabaseConnection. setDefaultPassword(BasePassword value)
Sets the default password in the props file.void
AbstractDatabaseConnection. setPassword(BasePassword value)
Sets the database password to use (only if not connected).void
AbstractDatabaseObjectWithOptionHandling. setPassword(BasePassword value)
Sets the password of the database user.void
DatabaseConnectionParameterHandler. setPassword(BasePassword value)
Sets the database password to use (only if not connected).Constructors in adams.db with parameters of type BasePassword Constructor Description AbstractDatabaseConnection(String url, String user, BasePassword password)
Local Database Constructor.DatabaseConnection(String url, String user, BasePassword password)
Local Database Constructor. -
Uses of BasePassword in adams.flow.processor
Fields in adams.flow.processor declared as BasePassword Modifier and Type Field Description protected BasePassword
ChangeDatabaseConnection. m_NewPassword
the new database password.Methods in adams.flow.processor that return BasePassword Modifier and Type Method Description BasePassword
ChangeDatabaseConnection. getNewPassword()
Returns the new password.Methods in adams.flow.processor with parameters of type BasePassword Modifier and Type Method Description void
ChangeDatabaseConnection. setNewPassword(BasePassword value)
Sets the new password. -
Uses of BasePassword in adams.flow.sink
Fields in adams.flow.sink declared as BasePassword Modifier and Type Field Description protected BasePassword
WekaDatabaseWriter. m_Password
the password for the user used for connecting.Methods in adams.flow.sink that return BasePassword Modifier and Type Method Description BasePassword
WekaDatabaseWriter. getPassword()
Returns the database password.Methods in adams.flow.sink with parameters of type BasePassword Modifier and Type Method Description void
WekaDatabaseWriter. setPassword(BasePassword value)
Sets the database password. -
Uses of BasePassword in adams.flow.source
Fields in adams.flow.source declared as BasePassword Modifier and Type Field Description protected BasePassword
WekaDatabaseReader. m_Password
the password for the user used for connecting.Methods in adams.flow.source that return BasePassword Modifier and Type Method Description BasePassword
WekaDatabaseReader. getPassword()
Returns the database password.Methods in adams.flow.source with parameters of type BasePassword Modifier and Type Method Description void
WekaDatabaseReader. setPassword(BasePassword value)
Sets the database password. -
Uses of BasePassword in adams.flow.standalone
Fields in adams.flow.standalone declared as BasePassword Modifier and Type Field Description protected BasePassword
AbstractDatabaseConnection. m_ActualPassword
the actual SMTP password to use.protected BasePassword
FTPConnection. m_ActualPassword
the actual SMTP password to use.protected BasePassword
SMBConnection. m_ActualPassword
the actual SMTP password to use.protected BasePassword
SMTPConnection. m_ActualPassword
the actual SMTP password to use.protected BasePassword
SSHConnection. m_ActualPassword
the actual SMTP password to use.protected BasePassword
AbstractDatabaseConnection. m_Password
database password.protected BasePassword
FTPConnection. m_Password
the FTP password to use.protected BasePassword
SMBConnection. m_Password
the SMB password to use.protected BasePassword
SMTPConnection. m_Password
the SMTP password to use.protected BasePassword
SSHConnection. m_Password
the SSH password to use.protected BasePassword
SSHConnection. m_PrivateKeyPassphrase
the passphrase for the private key.Methods in adams.flow.standalone that return BasePassword Modifier and Type Method Description BasePassword
AbstractDatabaseConnection. getPassword()
Returns the database password.BasePassword
FTPConnection. getPassword()
Returns the FTP password to use.BasePassword
SMBConnection. getPassword()
Returns the SMB password to use.BasePassword
SMTPConnection. getPassword()
Returns the SMTP password to use.BasePassword
SSHConnection. getPassword()
Returns the SSH password to use.BasePassword
SSHConnection. getPrivateKeyPassphrase()
Returns the passphrase for the private key file, ignored if empty.Methods in adams.flow.standalone with parameters of type BasePassword Modifier and Type Method Description void
AbstractDatabaseConnection. setPassword(BasePassword value)
Sets the database password.void
FTPConnection. setPassword(BasePassword value)
Sets the FTP password to use.void
SMBConnection. setPassword(BasePassword value)
Sets the SMB password to use.void
SMTPConnection. setPassword(BasePassword value)
Sets the SMTP password to use.void
SSHConnection. setPassword(BasePassword value)
Sets the SSH password to use.void
SSHConnection. setPrivateKeyPassphrase(BasePassword value)
Sets the passphrase for the private key file, ignored if empty. -
Uses of BasePassword in adams.gui.chooser
Fields in adams.gui.chooser declared as BasePassword Modifier and Type Field Description protected BasePassword
FtpRemoteDirectorySetup. m_Password
the FTP password to use.protected BasePassword
SftpRemoteDirectorySetup. m_Password
the SSH password to use.protected BasePassword
SmbRemoteDirectorySetup. m_Password
the SMB password to use.protected BasePassword
SftpRemoteDirectorySetup. m_PrivateKeyPassphrase
the passphrase for the private key.Methods in adams.gui.chooser that return BasePassword Modifier and Type Method Description BasePassword
FtpRemoteDirectorySetup. getPassword()
Returns the FTP password to use.BasePassword
SftpRemoteDirectorySetup. getPassword()
Returns the SSH password to use.BasePassword
SmbRemoteDirectorySetup. getPassword()
Returns the SMB password to use.BasePassword
SftpRemoteDirectorySetup. getPrivateKeyPassphrase()
Returns the passphrase for the private key file, ignored if empty.Methods in adams.gui.chooser with parameters of type BasePassword Modifier and Type Method Description void
FtpRemoteDirectorySetup. setPassword(BasePassword value)
Sets the FTP password to use.void
SftpRemoteDirectorySetup. setPassword(BasePassword value)
Sets the SSH password to use.void
SmbRemoteDirectorySetup. setPassword(BasePassword value)
Sets the SMB password to use.void
SftpRemoteDirectorySetup. setPrivateKeyPassphrase(BasePassword value)
Sets the passphrase for the private key file, ignored if empty. -
Uses of BasePassword in adams.gui.core
Methods in adams.gui.core that return BasePassword Modifier and Type Method Description static BasePassword
UISettings. get(Class cls, String property, BasePassword defValue)
Returns the Password value.static BasePassword
UISettings. get(Object obj, String property, BasePassword defValue)
Returns the Password value.BasePassword
BasePasswordField. getBasePassword()
Return the password.Methods in adams.gui.core with parameters of type BasePassword Modifier and Type Method Description static BasePassword
UISettings. get(Class cls, String property, BasePassword defValue)
Returns the Password value.static BasePassword
UISettings. get(Object obj, String property, BasePassword defValue)
Returns the Password value.static void
UISettings. set(Class cls, String property, BasePassword value)
Sets the BasePassword value for the class.static void
UISettings. set(Object obj, String property, BasePassword value)
Sets the BasePassword value for the object.void
BasePasswordField. setBasePassword(BasePassword value)
Sets the password. -
Uses of BasePassword in adams.gui.dialog
Methods in adams.gui.dialog that return BasePassword Modifier and Type Method Description BasePassword
PasswordDialog. getPassword()
Returns the current password.Methods in adams.gui.dialog with parameters of type BasePassword Modifier and Type Method Description void
PasswordDialog. setPassword(BasePassword value)
Sets the initial password to display. -
Uses of BasePassword in adams.run
Fields in adams.run declared as BasePassword Modifier and Type Field Description protected BasePassword
RunDatabaseScheme. m_Password
the password of the database user.Methods in adams.run that return BasePassword Modifier and Type Method Description BasePassword
RunDatabaseScheme. getPassword()
Returns the password of the database user.Methods in adams.run with parameters of type BasePassword Modifier and Type Method Description void
RunDatabaseScheme. setPassword(BasePassword value)
Sets the password of the database user. -
Uses of BasePassword in adams.scripting.connection
Fields in adams.scripting.connection declared as BasePassword Modifier and Type Field Description protected BasePassword
AbstractSSHConnection. m_Password
the SSH password to use.protected BasePassword
FTPConnection. m_Password
the FTP password to use.protected BasePassword
AbstractSSHConnection. m_PrivateKeyPassphrase
the passphrase for the private key.Methods in adams.scripting.connection that return BasePassword Modifier and Type Method Description BasePassword
AbstractSSHConnection. getPassword()
Returns the SSH password to use.BasePassword
FTPConnection. getPassword()
Returns the FTP password to use.BasePassword
AbstractSSHConnection. getPrivateKeyPassphrase()
Returns the passphrase for the private key file, ignored if empty.Methods in adams.scripting.connection with parameters of type BasePassword Modifier and Type Method Description void
AbstractSSHConnection. setPassword(BasePassword value)
Sets the SSH password to use.void
FTPConnection. setPassword(BasePassword value)
Sets the FTP password to use.void
AbstractSSHConnection. setPrivateKeyPassphrase(BasePassword value)
Sets the passphrase for the private key file, ignored if empty.
-