Class JenkinsProxyAuthenticator

  • All Implemented Interfaces:
    okhttp3.Authenticator

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class JenkinsProxyAuthenticator
    extends Object
    implements okhttp3.Authenticator
    • Constructor Detail

      • JenkinsProxyAuthenticator

        public JenkinsProxyAuthenticator()
    • Method Detail

      • authenticate

        @Nullable
        public okhttp3.Request authenticate​(@Nullable
                                            okhttp3.Route route,
                                            okhttp3.Response response)
                                     throws IOException
        Specified by:
        authenticate in interface okhttp3.Authenticator
        Throws:
        IOException