Uses of Interface
io.helidon.webserver.TlsManager
Package
Description
Helidon Integrations of OCI Certificates Service.
Reactive web server API.
SPI to provide extended capabilities for webserver.
-
Uses of TlsManager in io.helidon.integrations.oci.tls.certificates
Modifier and TypeMethodDescription -
Uses of TlsManager in io.helidon.webserver
Modifier and TypeMethodDescriptionWebServerTls.Builder.tlsManager
(TlsManager tlsManager) The Tls manager. -
Uses of TlsManager in io.helidon.webserver.spi
Modifier and TypeMethodDescriptionstatic TlsManager
Takes a configuration and looks for a suitableTlsManager
instance based upon that configuration.Create a new instance from the configuration located on the provided node.static <T> TlsManager
TlsManagerProvider.getOrCreate
(T configBean, Function<T, TlsManager> creator) Provides the ability to have a uniqueTlsManager
per uniqueConfig
instance provided.Modifier and TypeMethodDescriptionstatic <T> TlsManager
TlsManagerProvider.getOrCreate
(T configBean, Function<T, TlsManager> creator) Provides the ability to have a uniqueTlsManager
per uniqueConfig
instance provided.