org.openstreetmap.fma.jtiledownloader.network
Class ProxyConnection.ProxyAuth

java.lang.Object
  extended by java.net.Authenticator
      extended by org.openstreetmap.fma.jtiledownloader.network.ProxyConnection.ProxyAuth
Enclosing class:
ProxyConnection

private static class ProxyConnection.ProxyAuth
extends java.net.Authenticator


Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
java.net.Authenticator.RequestorType
 
Field Summary
private  java.lang.String _password
           
private  java.lang.String _username
           
 
Constructor Summary
ProxyConnection.ProxyAuth(java.lang.String username, java.lang.String passwort)
           
 
Method Summary
protected  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
 

Field Detail

_username

private java.lang.String _username

_password

private java.lang.String _password
Constructor Detail

ProxyConnection.ProxyAuth

public ProxyConnection.ProxyAuth(java.lang.String username,
                                 java.lang.String passwort)
Method Detail

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class java.net.Authenticator