Class CertificateAuthentication

    • Constructor Detail

      • CertificateAuthentication

        public CertificateAuthentication​(com.cloudbees.plugins.credentials.common.StandardCertificateCredentials credentials)
      • CertificateAuthentication

        public CertificateAuthentication​(com.cloudbees.plugins.credentials.common.StandardCertificateCredentials credentials,
                                         boolean ignoreSslErrors)
    • Method Detail

      • authenticate

        public org.apache.http.impl.client.CloseableHttpClient authenticate​(org.apache.http.impl.client.HttpClientBuilder clientBuilder,
                                                                            org.apache.http.protocol.HttpContext context,
                                                                            org.apache.http.client.methods.HttpRequestBase requestBase,
                                                                            PrintStream logger)
                                                                     throws IOException
        Specified by:
        authenticate in interface Authenticator
        Throws:
        IOException