org.gwe.drivers.netAccess.handles
Class JSchUserInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSchUserInfo
public JSchUserInfo(AccountInfo accountInfo)
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.