Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.dse | |
com.datastax.driver.dse.auth |
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 |
ProtocolOptions.getAuthProvider()
The
AuthProvider used by this 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 |
---|
ProtocolOptions(int port,
ProtocolVersion protocolVersion,
int maxSchemaAgreementWaitSeconds,
SSLOptions sslOptions,
AuthProvider authProvider)
Creates a new
ProtocolOptions instance using the provided port
and SSL context. |
Modifier and Type | Method and Description |
---|---|
DseCluster.Builder |
DseCluster.Builder.withAuthProvider(AuthProvider authProvider) |
Modifier and Type | Class and Description |
---|---|
class |
DseAuthProvider
Deprecated.
in favor of
DseGSSAPIAuthProvider
Please look at DseGSSAPIAuthProvider documentation for configuration |
class |
DseGSSAPIAuthProvider
AuthProvider that provides GSSAPI authenticator instances for clients to connect
to DSE clusters secured with DseAuthenticator . |
class |
DsePlainTextAuthProvider
AuthProvider that provides plain text authenticator instances for clients to connect
to DSE clusters secured with the DseAuthenticator.
|