org.globus.cog.abstraction.impl.file.ftp
Class CredentialsDialog

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.file.ftp.CredentialsDialog

public class CredentialsDialog
extends Object


Constructor Summary
CredentialsDialog()
           
 
Method Summary
 PasswordAuthentication getResult()
           
protected  void okButtonPushed()
           
static PasswordAuthentication 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()

showCredentialsDialog

public static PasswordAuthentication showCredentialsDialog()

getResult

public PasswordAuthentication getResult()