Package org.jenkinsci.plugins
Class JenkinsProxyAuthenticator
java.lang.Object
org.jenkinsci.plugins.JenkinsProxyAuthenticator
- All Implemented Interfaces:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionokhttp3.Requestauthenticate(okhttp3.Route route, okhttp3.Response response)
-
Constructor Details
-
JenkinsProxyAuthenticator
-
-
Method Details
-
authenticate
@CheckForNull public okhttp3.Request authenticate(@CheckForNull okhttp3.Route route, @NonNull okhttp3.Response response) - Specified by:
authenticatein interfaceokhttp3.Authenticator
-