org.gwe.drivers.netAccess.handles
Class JSchUserInfo

java.lang.Object
  extended by org.gwe.drivers.netAccess.handles.JSchUserInfo
All Implemented Interfaces:
com.jcraft.jsch.UserInfo

public class JSchUserInfo
extends java.lang.Object
implements com.jcraft.jsch.UserInfo

Since:
Oct 26, 2008
Author:
Marco Ruiz

Constructor Summary
JSchUserInfo(AccountInfo accountInfo)
           
 
Method Summary
 java.lang.String getPassphrase()
           
 java.lang.String getPassword()
           
 boolean promptPassphrase(java.lang.String string)
           
 boolean promptPassword(java.lang.String string)
           
 boolean promptYesNo(java.lang.String string)
           
 void showMessage(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSchUserInfo

public JSchUserInfo(AccountInfo accountInfo)
Method Detail

getPassphrase

public java.lang.String getPassphrase()
Specified by:
getPassphrase in interface com.jcraft.jsch.UserInfo

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface com.jcraft.jsch.UserInfo

promptPassword

public boolean promptPassword(java.lang.String string)
Specified by:
promptPassword in interface com.jcraft.jsch.UserInfo

promptPassphrase

public boolean promptPassphrase(java.lang.String string)
Specified by:
promptPassphrase in interface com.jcraft.jsch.UserInfo

promptYesNo

public boolean promptYesNo(java.lang.String string)
Specified by:
promptYesNo in interface com.jcraft.jsch.UserInfo

showMessage

public void showMessage(java.lang.String string)
Specified by:
showMessage in interface com.jcraft.jsch.UserInfo


Copyright © 2007-2009. All Rights Reserved.