com.jcraft.jsch
Interface UserInfo


public interface UserInfo


Method Summary
 String getPassphrase()
           
 String getPassword()
           
 boolean promptPassphrase(String message)
           
 boolean promptPassword(String message)
           
 boolean promptYesNo(String message)
           
 void showMessage(String message)
           
 

Method Detail

getPassphrase

String getPassphrase()

getPassword

String getPassword()

promptPassword

boolean promptPassword(String message)

promptPassphrase

boolean promptPassphrase(String message)

promptYesNo

boolean promptYesNo(String message)

showMessage

void showMessage(String message)


Copyright © 2014 JCraft,Inc.. All Rights Reserved.