Class JenkinsProxyAuthenticator
java.lang.Object
io.jenkins.plugins.okhttp.api.internals.JenkinsProxyAuthenticator
- All Implemented Interfaces:
okhttp3.Authenticator
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class JenkinsProxyAuthenticator
extends Object
implements okhttp3.Authenticator
-
Nested Class Summary
Nested classes/interfaces inherited from interface okhttp3.Authenticator
okhttp3.Authenticator.Companion
-
Field Summary
Fields inherited from interface okhttp3.Authenticator
Companion, JAVA_NET_AUTHENTICATOR, NONE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionokhttp3.Request
authenticate
(okhttp3.Route route, okhttp3.Response response)
-
Constructor Details
-
JenkinsProxyAuthenticator
public JenkinsProxyAuthenticator()
-
-
Method Details
-
authenticate
@Nullable public okhttp3.Request authenticate(@Nullable okhttp3.Route route, okhttp3.Response response) throws IOException - Specified by:
authenticate
in interfaceokhttp3.Authenticator
- Throws:
IOException
-