|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthProvider | |
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
| Uses of AuthProvider in com.datastax.driver.core |
|---|
| Classes in com.datastax.driver.core that implement AuthProvider | |
|---|---|
class |
PlainTextAuthProvider
A simple AuthProvider implementation. |
| Fields in com.datastax.driver.core declared as AuthProvider | |
|---|---|
static AuthProvider |
AuthProvider.NONE
A provider that provides no authentication capability. |
| Methods in com.datastax.driver.core that return AuthProvider | |
|---|---|
AuthProvider |
ProtocolOptions.getAuthProvider()
The AuthProvider used by this cluster. |
| Methods in com.datastax.driver.core with parameters of type AuthProvider | |
|---|---|
Cluster.Builder |
Cluster.Builder.withAuthProvider(AuthProvider authProvider)
Use the specified AuthProvider when connecting to Cassandra hosts. |
| Constructors in com.datastax.driver.core with parameters of type AuthProvider | |
|---|---|
ProtocolOptions(int port,
SSLOptions sslOptions,
AuthProvider authProvider)
Creates a new ProtocolOptions instance using the provided port
and SSL context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||