Package org.azd.abstractions.proxy
Class DefaultProxyAuthenticator
java.lang.Object
java.net.Authenticator
org.azd.abstractions.proxy.DefaultProxyAuthenticator
Proxy authentication implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordAuthenticationGet the password authentication.Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Constructor Details
-
DefaultProxyAuthenticator
Default- Parameters:
proxyConfig- Pass the proxy config.
-
-
Method Details
-
getPasswordAuthentication
Get the password authentication.- Overrides:
getPasswordAuthenticationin classAuthenticator- Returns:
- Pass authentication object.
PasswordAuthentication.
-