org.globus.cog.abstraction.impl.execution.ssh
Class CredentialsDialog

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.execution.ssh.CredentialsDialog

public class CredentialsDialog
extends Object


Constructor Summary
CredentialsDialog()
           
 
Method Summary
protected  void choosePathToPrivateKey()
           
 Object getResult()
           
protected  void okButtonPushed()
           
static Object showCredentialsDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsDialog

public CredentialsDialog()
Method Detail

okButtonPushed

protected void okButtonPushed()

choosePathToPrivateKey

protected void choosePathToPrivateKey()

showCredentialsDialog

public static Object showCredentialsDialog()

getResult

public Object getResult()