Uses of Interface
org.apache.accumulo.core.client.AccumuloClient.SslOptions
Packages that use AccumuloClient.SslOptions
-
Uses of AccumuloClient.SslOptions in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return AccumuloClient.SslOptionsModifier and TypeMethodDescriptionAccumuloClient.SslOptions.keystore
(CharSequence path) Build with SSL key storeAccumuloClient.SslOptions.keystore
(CharSequence path, CharSequence password, CharSequence type) Build with SSL key storeAccumuloClient.SslOptions.truststore
(CharSequence path) Build with SSL trust storeAccumuloClient.SslOptions.truststore
(CharSequence path, CharSequence password, CharSequence type) Build with SSL trust storeAccumuloClient.SslOptions.useJsse()
Use JSSE system properties to configure SSLAccumuloClient.ConnectionOptions.useSsl()
Build with SSL/TLS options