Package | Description |
---|---|
com.datastax.dse.driver.api.core.auth | |
com.datastax.oss.driver.api.core.auth |
Support for authentication between the driver and Cassandra nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
DsePlainTextAuthProviderBase
Deprecated.
The driver's default plain text providers now support both Apache Cassandra and DSE.
This type was preserved for backward compatibility, but implementors should now extend
PlainTextAuthProviderBase instead. |
Modifier and Type | Class and Description |
---|---|
class |
ProgrammaticPlainTextAuthProvider
A simple plaintext
AuthProvider that receives the credentials programmatically instead of
pulling them from the configuration. |
Copyright © 2017–2021. All rights reserved.