Package com.sshtools.client
Interface PasswordAuthenticator.PasswordPrompt
- All Superinterfaces:
NotifiedPrompt
,Supplier<String>
- Enclosing class:
- PasswordAuthenticator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface PasswordAuthenticator.PasswordPrompt
extends Supplier<String>, NotifiedPrompt
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
completed
(boolean success, String value, ClientAuthenticator authenticator)
-
Method Details
-
completed
- Specified by:
completed
in interfaceNotifiedPrompt
-