Uses of Interface
org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Packages that use AccumuloClient.SslOptions Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of AccumuloClient.SslOptions in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return AccumuloClient.SslOptions Modifier and Type Method Description AccumuloClient.SslOptions<T>
AccumuloClient.SslOptions. keystore(CharSequence path)
Build with SSL key storeAccumuloClient.SslOptions<T>
AccumuloClient.SslOptions. keystore(CharSequence path, CharSequence password, CharSequence type)
Build with SSL key storeAccumuloClient.SslOptions<T>
AccumuloClient.SslOptions. truststore(CharSequence path)
Build with SSL trust storeAccumuloClient.SslOptions<T>
AccumuloClient.SslOptions. truststore(CharSequence path, CharSequence password, CharSequence type)
Build with SSL trust storeAccumuloClient.SslOptions<T>
AccumuloClient.SslOptions. useJsse()
Use JSSE system properties to configure SSLAccumuloClient.SslOptions<T>
AccumuloClient.ConnectionOptions. useSsl()
Build with SSL/TLS options -
Uses of AccumuloClient.SslOptions in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement AccumuloClient.SslOptions Modifier and Type Class Description static class
ClientContext.ClientBuilderImpl<T>
Methods in org.apache.accumulo.core.clientImpl that return AccumuloClient.SslOptions Modifier and Type Method Description AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. keystore(CharSequence path)
AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. keystore(CharSequence path, CharSequence password, CharSequence type)
AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. truststore(CharSequence path)
AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. truststore(CharSequence path, CharSequence password, CharSequence type)
AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. useJsse()
AccumuloClient.SslOptions<T>
ClientContext.ClientBuilderImpl. useSsl()
-