Uses of Interface
adams.core.EnvironmentPasswordSupporter
-
Packages that use EnvironmentPasswordSupporter Package Description adams.core adams.flow.standalone -
-
Uses of EnvironmentPasswordSupporter in adams.core
Methods in adams.core with type parameters of type EnvironmentPasswordSupporter Modifier and Type Method Description static <T extends EnvironmentPasswordSupporter>
StringPasswordHelper. fromEnvVar(T context)Obtains the password from the specified environment variable. -
Uses of EnvironmentPasswordSupporter in adams.flow.standalone
Classes in adams.flow.standalone that implement EnvironmentPasswordSupporter Modifier and Type Class Description classAbstractDatabaseConnectionAncestor for standalone actors providing a database connection different from the system-wide one.classDatabaseConnectionFor initializing an ADAMS database connection that differs from the system-wide one.classIMAPConnectionIMAP server setup.classSMBConnectionProvides access to a remote host via SMB.classSMTPConnectionSMTP server setup for overriding default parameters.classSSHConnectionProvides access to a remote host via SSH.
For more information see:
(2011).
-