Uses of Class
spark.ssl.SslStores
Packages that use SslStores
-
Uses of SslStores in spark
-
Uses of SslStores in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type SslStores -
Uses of SslStores in spark.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type SslStoresModifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.ServerConnectorSocketConnectorFactory.createSecureSocketConnector(org.eclipse.jetty.server.Server server, String host, int port, SslStores sslStores) Creates a ssl jetty socket jetty.intEmbeddedJettyServer.ignite(String host, int port, SslStores sslStores, int maxThreads, int minThreads, int threadIdleTimeoutMillis) Ignites the embedded server, listening on the specified port, running SSL secured with the specified keystore and truststore. -
Uses of SslStores in spark.ssl
Modifier and TypeMethodDescriptionstatic SslStoresSslStores.create(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword) Creates a Stores instance.static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword, boolean needsClientCert) static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword) static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword, boolean needsClientCert)