Class ConfiguredDirectSslProvider

    • Constructor Detail

      • ConfiguredDirectSslProvider

        public ConfiguredDirectSslProvider​(String servername,
                                           String privateKey,
                                           String certificate,
                                           String caCertificatePath,
                                           String caCertificate,
                                           com.yahoo.jdisc.http.ConnectorConfig.Ssl.ClientAuth.Enum clientAuthentication)
    • Method Detail

      • amendConnectorConfig

        public void amendConnectorConfig​(com.yahoo.jdisc.http.ConnectorConfig.Builder builder)
        Specified by:
        amendConnectorConfig in class SslProvider