Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.dse.auth |
Modifier and Type | Class and Description |
---|---|
static class |
AuthProvider.TransitionalModePlainTextAuthenticator
Dummy Authenticator that accounts for DSE authentication configured with transitional mode.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
PlainTextAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator)
Uses the supplied credentials and the SASL PLAIN mechanism to login
to the server.
|
Authenticator |
AuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator)
The
Authenticator to use when connecting to host |
Authenticator |
AuthProvider.NoAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
DsePlainTextAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator) |
Authenticator |
DseGSSAPIAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator) |
Copyright © 2012–2017. All rights reserved.