Uses of Class
spark.ssl.SslStores
-
Packages that use SslStores Package Description spark spark.embeddedserver spark.embeddedserver.jetty spark.ssl -
-
Uses of SslStores in spark
Fields in spark declared as SslStores Modifier and Type Field Description protected SslStores
Service. sslStores
-
Uses of SslStores in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type SslStores Modifier and Type Method Description int
EmbeddedServer. ignite(java.lang.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.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type SslStores Modifier and Type Method Description static org.eclipse.jetty.server.ServerConnector
SocketConnectorFactory. createSecureSocketConnector(org.eclipse.jetty.server.Server server, java.lang.String host, int port, SslStores sslStores)
Creates a ssl jetty socket jetty.int
EmbeddedJettyServer. ignite(java.lang.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
Methods in spark.ssl that return SslStores Modifier and Type Method Description static SslStores
SslStores. create(java.lang.String keystoreFile, java.lang.String keystorePassword, java.lang.String truststoreFile, java.lang.String truststorePassword)
Creates a Stores instance.static SslStores
SslStores. create(java.lang.String keystoreFile, java.lang.String keystorePassword, java.lang.String truststoreFile, java.lang.String truststorePassword, boolean needsClientCert)
static SslStores
SslStores. create(java.lang.String keystoreFile, java.lang.String keystorePassword, java.lang.String certAlias, java.lang.String truststoreFile, java.lang.String truststorePassword)
static SslStores
SslStores. create(java.lang.String keystoreFile, java.lang.String keystorePassword, java.lang.String certAlias, java.lang.String truststoreFile, java.lang.String truststorePassword, boolean needsClientCert)
-