org.globus.cog.abstraction.impl.execution.ssh
Class CredentialsDialog
java.lang.Object
org.globus.cog.abstraction.impl.execution.ssh.CredentialsDialog
- Direct Known Subclasses:
- CredentialsDialog.ConsoleCredentialsDialog, CredentialsDialog.SwingCredentialsDialog
public abstract class CredentialsDialog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userName
protected String userName
privateKey
protected String privateKey
CredentialsDialog
public CredentialsDialog()
getPrivateKey
public String getPrivateKey()
setPrivateKey
public void setPrivateKey(String privatekey)
getUserName
public String getUserName()
setUserName
public void setUserName(String username)
getResult
public abstract Object getResult()
showCredentialsDialog
public static Object showCredentialsDialog()
showCredentialsDialog
public static Object showCredentialsDialog(String userName,
String privateKey)
showCredentialsDialog
public static Object showCredentialsDialog(String userName,
String privateKey,
boolean forceTextMode)