Class DefaultOciCertificatesDownloader

java.lang.Object
io.helidon.integrations.oci.tls.certificates.DefaultOciCertificatesDownloader
All Implemented Interfaces:
Prioritized, OciCertificatesDownloader

@Singleton public class DefaultOciCertificatesDownloader extends Object implements OciCertificatesDownloader, Prioritized
Implementation of the OciCertificatesDownloader that will use OCI's Certificates Service to download certs.
  • Constructor Details

    • DefaultOciCertificatesDownloader

      @Deprecated public DefaultOciCertificatesDownloader()
      Deprecated.
      this is a Java ServiceLoader implementation and the constructor should not be used directly
      Service loader based constructor.
  • Method Details