Package io.deephaven.server.session
Interface SslConfigModule
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic io.deephaven.ssl.config.SSLConfigThe client SSL configuration is the first ofServerConfig.outboundSsl(),ServerConfig.ssl(), orSSLConfig.empty().
-
Method Details
-
providesSSLConfigForClient
@Provides @SslConfig static io.deephaven.ssl.config.SSLConfig providesSSLConfigForClient(ServerConfig config) The client SSL configuration is the first ofServerConfig.outboundSsl(),ServerConfig.ssl(), orSSLConfig.empty(). In addition,TrustJdkis mixed-in.- Parameters:
config- the server configuration- Returns:
- the client SSL configuration
-