Uses of Interface
org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Uses of AccumuloClient.SslOptions in org.apache.accumulo.core.client
Modifier 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