Class ProxyAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.uberfire.java.nio.fs.jgit.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(String httpProxyUser, String httpProxyPassword, String httpsProxyUser, String httpsProxyPassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PasswordAuthenticationgetPasswordAuthentication()-
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
protected PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthenticationin classAuthenticator
-
-