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.AuthenticatorAuthenticator.RequestorType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProxyAuthenticator(boolean useSocks)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordAuthenticationgetPasswordAuthentication()- 
Methods inherited from class java.net.AuthenticatorgetDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
 
- 
 
- 
- 
- 
Method Detail- 
getPasswordAuthenticationpublic PasswordAuthentication getPasswordAuthentication() - Overrides:
- getPasswordAuthenticationin class- Authenticator
 
 
- 
 
-