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 BasePasswordPasswordSupporter. getPassword()Returns the password.BasePasswordProperties. getPassword(String key)Returns the password associated with the string.BasePasswordProperties. 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 BasePasswordProperties. getPassword(String key, BasePassword defValue)Returns the password associated with the string.voidPasswordSupporter. setPassword(BasePassword value)Sets the password.voidProperties. 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 BasePasswordConsoleHelper. 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 BasePasswordBasic. enterPassword(String msg)Lets the user enter a password.BasePasswordConsole. 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 BasePasswordSftpDirectoryLister. m_Passwordthe SSH password to use.protected BasePasswordSmbDirectoryLister. m_Passwordthe SMB password to use.protected BasePasswordSftpDirectoryLister. m_PrivateKeyPassphrasethe passphrase for the private key.Methods in adams.core.io.lister that return BasePassword Modifier and Type Method Description BasePasswordSftpDirectoryLister. getPassword()Returns the SSH password to use.BasePasswordSmbDirectoryLister. getPassword()Returns the SMB password to use.BasePasswordSftpDirectoryLister. 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 voidSftpDirectoryLister. setPassword(BasePassword value)Sets the SSH password to use.voidSmbDirectoryLister. setPassword(BasePassword value)Sets the SMB password to use.voidSftpDirectoryLister. 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 BasePasswordApacheSendEmail. m_Passwordthe password to use for authentication.protected BasePasswordSimpleApacheSendEmail. m_Passwordthe password to use for authentication.Methods in adams.core.net that return BasePassword Modifier and Type Method Description BasePasswordProxyHelper. getPassword(Proxy.Type type)Returns the proxy password.static BasePasswordEmailHelper. getSmtpPassword()Returns the SMTP password.Methods in adams.core.net with parameters of type BasePassword Modifier and Type Method Description abstract voidAbstractSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)Initializes the SMTP session.voidApacheSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)Initializes the SMTP session.voidJavaMailSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)Initializes the SMTP session.voidSimpleApacheSendEmail. initializeSmtpSession(String server, int port, boolean useTLS, boolean useSSL, int timeout, boolean requiresAuth, String user, BasePassword pw, String protocols)Initializes the SMTP session.voidProxyHelper. 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 BasePasswordDatabaseActorExecutionClassProducer. m_Passwordthe database password.Methods in adams.core.option that return BasePassword Modifier and Type Method Description BasePasswordDatabaseActorExecutionClassProducer. getPassword()Returns the database URL.Methods in adams.core.option with parameters of type BasePassword Modifier and Type Method Description voidDatabaseActorExecutionClassProducer. 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 BasePasswordAbstractDatabaseConnection. m_Passworddatabase password.protected BasePasswordAbstractDatabaseObjectWithOptionHandling. m_Passwordthe password of the database user.protected BasePasswordConnectionParameters. m_Passwordthe password.Methods in adams.db that return BasePassword Modifier and Type Method Description BasePasswordAbstractDatabaseConnection. getDefaultPassword()Returns the password specified in the props file.BasePasswordAbstractDatabaseConnection. getPassword()Returns the currently set database password.BasePasswordAbstractDatabaseObjectWithOptionHandling. getPassword()Returns the password of the database user.BasePasswordConnectionParameters. getPassword()Returns the password.BasePasswordDatabaseConnectionParameterHandler. getPassword()Returns the currently set database password.Methods in adams.db with parameters of type BasePassword Modifier and Type Method Description StringDatabaseManager. createURL(String url, String user, BasePassword password)Generates a URL that includes the user name.TDatabaseManager. get(String url, String user, BasePassword password)Gets the database object for the specified URL.protected intAbstractDatabaseConnection. getFailedConnectAttempt(String url, String user, BasePassword password)Returns the failed attempt count for the given connection.protected StringAbstractDatabaseConnection. getFailedConnectAttemptKey(String url, String user, BasePassword password)Generates a key for the failed connect attempt hashtable.static DatabaseConnectionDatabaseConnection. getSingleton(String url, String user, BasePassword password)Returns the global database connection object.booleanDatabaseManager. has(String url, String user, BasePassword password)Checks whether a database object for the specified URL is available.protected voidAbstractDatabaseConnection. incFailedConnectAttempt(String url, String user, BasePassword password)Increments the failed attempt for the given connection.booleanAbstractReconnectableDatabaseConnection. reconnect(String url, String user, BasePassword password)Reconnects with the given parameters if they differ from the current settings.booleanReconnectableDatabaseConnection. reconnect(String url, String user, BasePassword password)Reconnects with the given parameters if they differ from the current settings.protected voidAbstractDatabaseConnection. resetFailedConnectAttempt(String url, String user, BasePassword password)Resets the failed attempt for the given connection.voidAbstractDatabaseConnection. setDefaultPassword(BasePassword value)Sets the default password in the props file.voidAbstractDatabaseConnection. setPassword(BasePassword value)Sets the database password to use (only if not connected).voidAbstractDatabaseObjectWithOptionHandling. setPassword(BasePassword value)Sets the password of the database user.voidDatabaseConnectionParameterHandler. 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.core
Methods in adams.flow.core that return BasePassword Modifier and Type Method Description static BasePasswordActorUtils. promptPassword(Actor context)Performs the interaction with the user.static BasePasswordActorUtils. promptPassword(Actor context, String labelText)Performs the interaction with the user. -
Uses of BasePassword in adams.flow.processor
Fields in adams.flow.processor declared as BasePassword Modifier and Type Field Description protected BasePasswordChangeDatabaseConnection. m_NewPasswordthe new database password.Methods in adams.flow.processor that return BasePassword Modifier and Type Method Description BasePasswordChangeDatabaseConnection. getNewPassword()Returns the new password.Methods in adams.flow.processor with parameters of type BasePassword Modifier and Type Method Description voidChangeDatabaseConnection. 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 BasePasswordWekaDatabaseWriter. m_Passwordthe password for the user used for connecting.Methods in adams.flow.sink that return BasePassword Modifier and Type Method Description BasePasswordWekaDatabaseWriter. getPassword()Returns the database password.Methods in adams.flow.sink with parameters of type BasePassword Modifier and Type Method Description voidWekaDatabaseWriter. 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 BasePasswordWekaDatabaseReader. m_Passwordthe password for the user used for connecting.Methods in adams.flow.source that return BasePassword Modifier and Type Method Description BasePasswordWekaDatabaseReader. getPassword()Returns the database password.Methods in adams.flow.source with parameters of type BasePassword Modifier and Type Method Description voidWekaDatabaseReader. 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 BasePasswordAbstractDatabaseConnection. m_ActualPasswordthe actual SMTP password to use.protected BasePasswordIMAPConnection. m_ActualPasswordthe actual IMAP password to use.protected BasePasswordSMBConnection. m_ActualPasswordthe actual SMTP password to use.protected BasePasswordSMTPConnection. m_ActualPasswordthe actual SMTP password to use.protected BasePasswordSSHConnection. m_ActualPasswordthe actual SMTP password to use.protected BasePasswordAbstractDatabaseConnection. m_Passworddatabase password.protected BasePasswordIMAPConnection. m_Passwordthe IMAP password to use.protected BasePasswordSMBConnection. m_Passwordthe SMB password to use.protected BasePasswordSMTPConnection. m_Passwordthe SMTP password to use.protected BasePasswordSSHConnection. m_Passwordthe SSH password to use.protected BasePasswordSSHConnection. m_PrivateKeyPassphrasethe passphrase for the private key.Methods in adams.flow.standalone that return BasePassword Modifier and Type Method Description BasePasswordAbstractDatabaseConnection. getPassword()Returns the database password.BasePasswordIMAPConnection. getPassword()Returns the IMAP password to use.BasePasswordSMBConnection. getPassword()Returns the SMB password to use.BasePasswordSMTPConnection. getPassword()Returns the SMTP password to use.BasePasswordSSHConnection. getPassword()Returns the SSH password to use.BasePasswordSSHConnection. 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 voidAbstractDatabaseConnection. setPassword(BasePassword value)Sets the database password.voidIMAPConnection. setPassword(BasePassword value)Sets the IMAP password to use.voidSMBConnection. setPassword(BasePassword value)Sets the SMB password to use.voidSMTPConnection. setPassword(BasePassword value)Sets the SMTP password to use.voidSSHConnection. setPassword(BasePassword value)Sets the SSH password to use.voidSSHConnection. 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 BasePasswordSftpRemoteDirectorySetup. m_Passwordthe SSH password to use.protected BasePasswordSmbRemoteDirectorySetup. m_Passwordthe SMB password to use.protected BasePasswordSftpRemoteDirectorySetup. m_PrivateKeyPassphrasethe passphrase for the private key.Methods in adams.gui.chooser that return BasePassword Modifier and Type Method Description BasePasswordSftpRemoteDirectorySetup. getPassword()Returns the SSH password to use.BasePasswordSmbRemoteDirectorySetup. getPassword()Returns the SMB password to use.BasePasswordSftpRemoteDirectorySetup. 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 voidSftpRemoteDirectorySetup. setPassword(BasePassword value)Sets the SSH password to use.voidSmbRemoteDirectorySetup. setPassword(BasePassword value)Sets the SMB password to use.voidSftpRemoteDirectorySetup. 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 BasePasswordUISettings. get(Class cls, String property, BasePassword defValue)Returns the Password value.static BasePasswordUISettings. get(Object obj, String property, BasePassword defValue)Returns the Password value.BasePasswordBasePasswordField. getBasePassword()Return the password.BasePasswordBasePasswordFieldWithButton. getBasePassword()Return the password.static BasePasswordGUIHelper. showPasswordDialog(Component parent)Prompts the user for entering a password.static BasePasswordGUIHelper. showPasswordDialog(Component parent, String labelText)Prompts the user for entering a password.static BasePasswordGUIHelper. showPasswordDialog(Component parent, String labelText, String comments)Prompts the user for entering a password.Methods in adams.gui.core with parameters of type BasePassword Modifier and Type Method Description static BasePasswordUISettings. get(Class cls, String property, BasePassword defValue)Returns the Password value.static BasePasswordUISettings. get(Object obj, String property, BasePassword defValue)Returns the Password value.static voidUISettings. set(Class cls, String property, BasePassword value)Sets the BasePassword value for the class.static voidUISettings. set(Object obj, String property, BasePassword value)Sets the BasePassword value for the object.voidBasePasswordField. setBasePassword(BasePassword value)Sets the password.voidBasePasswordFieldWithButton. 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 BasePasswordPasswordDialog. getPassword()Returns the current password.Methods in adams.gui.dialog with parameters of type BasePassword Modifier and Type Method Description voidPasswordDialog. 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 BasePasswordRunDatabaseScheme. m_Passwordthe password of the database user.Methods in adams.run that return BasePassword Modifier and Type Method Description BasePasswordRunDatabaseScheme. getPassword()Returns the password of the database user.Methods in adams.run with parameters of type BasePassword Modifier and Type Method Description voidRunDatabaseScheme. 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 BasePasswordAbstractSSHConnection. m_Passwordthe SSH password to use.protected BasePasswordFTPConnection. m_Passwordthe FTP password to use.protected BasePasswordAbstractSSHConnection. m_PrivateKeyPassphrasethe passphrase for the private key.Methods in adams.scripting.connection that return BasePassword Modifier and Type Method Description BasePasswordAbstractSSHConnection. getPassword()Returns the SSH password to use.BasePasswordFTPConnection. getPassword()Returns the FTP password to use.BasePasswordAbstractSSHConnection. 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 voidAbstractSSHConnection. setPassword(BasePassword value)Sets the SSH password to use.voidFTPConnection. setPassword(BasePassword value)Sets the FTP password to use.voidAbstractSSHConnection. setPrivateKeyPassphrase(BasePassword value)Sets the passphrase for the private key file, ignored if empty.
-