public interface InteractiveUserInfo
UserInfocom.jcraft.jsch.UserInfo| Modifier and Type | Method and Description | 
|---|---|
| String | promptPassphrase(String message) | 
| String | promptPassword(String message) | 
| boolean | promptYesNo(String message) | 
| void | showMessage(String message) | 
boolean promptYesNo(String message)
void showMessage(String message)
String promptPassword(String message)
String promptPassphrase(String message)
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.