com.izforge.izpack.installer
Class WebAccessor.MyDialogAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by com.izforge.izpack.installer.WebAccessor.MyDialogAuthenticator
Enclosing class:
WebAccessor

private class WebAccessor.MyDialogAuthenticator
extends java.net.Authenticator

Authenticates via dialog when needed.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
java.net.Authenticator.RequestorType
 
Constructor Summary
private WebAccessor.MyDialogAuthenticator()
           
 
Method Summary
 java.net.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, 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()
Overrides:
getPasswordAuthentication in class java.net.Authenticator