Package org.powertac.util
Class ProxyAuthenticator
java.lang.Object
java.net.Authenticator
org.powertac.util.ProxyAuthenticator
public class ProxyAuthenticator extends Authenticator
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ProxyAuthenticator(boolean useSocks) -
Method Summary
Modifier and Type Method Description PasswordAuthenticationgetPasswordAuthentication()Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Constructor Details
-
ProxyAuthenticator
public ProxyAuthenticator(boolean useSocks)
-
-
Method Details
-
getPasswordAuthentication
- Overrides:
getPasswordAuthenticationin classAuthenticator
-