Package org.powertac.util
Class ProxyAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.powertac.util.ProxyAuthenticator
-
public class ProxyAuthenticator extends Authenticator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
-
-
Constructor Summary
Constructors Constructor Description ProxyAuthenticator(boolean useSocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordAuthentication
getPasswordAuthentication()
-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-
-
-
Method Detail
-
getPasswordAuthentication
public PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in classAuthenticator
-
-