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 Type
    Method
    Description
    default void
    completed(boolean success, String value, ClientAuthenticator authenticator)
     

    Methods inherited from interface java.util.function.Supplier

    get