Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
PlainTextAuthProvider.newAuthenticator(InetSocketAddress host)
Uses the supplied credentials and the SASL PLAIN mechanism to login
to the server.
|
Authenticator |
AuthProvider.newAuthenticator(InetSocketAddress host)
The
Authenticator to use when connecting to host |