Uses of Interface
adams.core.PasswordPrompter
-
Packages that use PasswordPrompter Package Description adams.core adams.flow.standalone -
-
Uses of PasswordPrompter in adams.core
Methods in adams.core with type parameters of type PasswordPrompter Modifier and Type Method Description static <T extends InteractiveActor & PasswordPrompter>
StringPasswordHelper. interact(T context)Performs the interaction with the user.static <T extends InteractiveActor & PasswordPrompter>
StringPasswordHelper. interactHeadless(T context)Performs the interaction with the user in a headless environment.static <T extends InteractiveActor & PasswordPrompter>
StringPasswordHelper. prompt(T context)Performs the prompting, if necessary. -
Uses of PasswordPrompter in adams.flow.standalone
Classes in adams.flow.standalone that implement PasswordPrompter 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).
-