| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.core.sasl |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextAuthProvider
A simple
AuthProvider implementation. |
| Modifier and Type | Field and Description |
|---|---|
static AuthProvider |
AuthProvider.NONE
A provider that provides no authentication capability.
|
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
Configuration.getAuthProvider()
Returns the authentication provider used to connect to the Cassandra cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.withAuthProvider(AuthProvider authProvider)
Use the specified AuthProvider when connecting to Cassandra
hosts.
|
| Constructor and Description |
|---|
Configuration(Policies policies,
ProtocolOptions protocolOptions,
PoolingOptions poolingOptions,
SocketOptions socketOptions,
AuthProvider authProvider,
MetricsOptions metricsOptions)
Creates a configuration with the specified parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DseAuthProvider
AuthProvider which supplies authenticator instances
for clients to connect to DSE clusters secured with
Kerberos.
|
Copyright © 2013. All Rights Reserved.