com.izforge.izpack.installer
Class WebAccessor.MyDialogAuthenticator

java.lang.Object
  extended byjava.net.Authenticator
      extended bycom.izforge.izpack.installer.WebAccessor.MyDialogAuthenticator
Enclosing class:
WebAccessor

private class WebAccessor.MyDialogAuthenticator
extends java.net.Authenticator

Authenticates via dialog when needed.


Field Summary
 
Fields inherited from class java.net.Authenticator
 
Constructor Summary
private WebAccessor.MyDialogAuthenticator()
           
 
Method Summary
 java.net.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAccessor.MyDialogAuthenticator

private WebAccessor.MyDialogAuthenticator()
Method Detail

getPasswordAuthentication

public java.net.PasswordAuthentication getPasswordAuthentication()