Class DefaultOciCertificatesTlsManagerProvider

java.lang.Object
io.helidon.integrations.oci.tls.certificates.DefaultOciCertificatesTlsManagerProvider
All Implemented Interfaces:
TlsManagerProvider

public class DefaultOciCertificatesTlsManagerProvider extends Object implements TlsManagerProvider
The service provider for OciCertificatesTlsManager.
  • Constructor Details

    • DefaultOciCertificatesTlsManagerProvider

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

    • configKey

      public String configKey()
      Description copied from interface: TlsManagerProvider
      Key this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.
      Specified by:
      configKey in interface TlsManagerProvider
      Returns:
      key of this implementation
    • create

      public TlsManager create(Config config, String name)
      Description copied from interface: TlsManagerProvider
      Create a new instance from the configuration located on the provided node.
      Specified by:
      create in interface TlsManagerProvider
      Parameters:
      config - located at TlsManagerProvider.configKey() node
      name - name of the configured implementation
      Returns:
      a new instance created from this config node