Uses of Class
io.helidon.webserver.WebServerTls
Packages that use WebServerTls
-
Uses of WebServerTls in io.helidon.webserver
Methods in io.helidon.webserver that return WebServerTlsModifier and TypeMethodDescriptionWebServerTls.Builder.build()
static WebServerTls
Create TLS configuration from config.Methods in io.helidon.webserver that return types with arguments of type WebServerTlsModifier and TypeMethodDescriptionSocketConfiguration.tls()
Return aWebServerTls
containing server TLS configuration.Methods in io.helidon.webserver with parameters of type WebServerTlsModifier and TypeMethodDescriptionprotected void
ConfiguredTlsManager.configureAndSet
(WebServerTls tlsConfig, SSLContext sslContext) Deprecated.this method will be removed in a future release.protected TrustManagerFactory
ConfiguredTlsManager.createTmf
(WebServerTls tlsConfig) Deprecated.this method will be removed in a future release.void
ConfiguredTlsManager.init
(WebServerTls tlsConfig) void
TlsManager.init
(WebServerTls tls) Always called before any other method on this type.protected void
ConfiguredTlsManager.initSslContext
(WebServerTls tlsConfig, KeyManager[] keyManagers, TrustManager[] trustManagers) Deprecated.this method will be removed in a future release.protected void
ConfiguredTlsManager.reload
(WebServerTls tlsConfig, KeyManager[] keyManagers, TrustManager[] trustManagers) Deprecated.this method will be removed in a future release.protected SecureRandom
ConfiguredTlsManager.secureRandom
(WebServerTls tlsConfig) Load secure random.ServerConfiguration.Builder.tls
(WebServerTls webServerTls) Deprecated.SocketConfiguration.Builder.tls
(WebServerTls webServerTls) SocketConfiguration.SocketConfigurationBuilder.tls
(WebServerTls webServerTls) Configures SSL for this socket.WebServer.Builder.tls
(WebServerTls webServerTls) void
WebServer.updateTls
(WebServerTls tls) Update the TLS configuration of the default socketWebServer.DEFAULT_SOCKET_NAME
.void
WebServer.updateTls
(WebServerTls tls, String socketName) Update the TLS configuration of the named socket.Method parameters in io.helidon.webserver with type arguments of type WebServerTlsModifier and TypeMethodDescriptiondefault B
SocketConfiguration.SocketConfigurationBuilder.tls
(Supplier<WebServerTls> tlsConfig) Configures SSL for this socket.