Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
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(EndPoint host,
String authenticator)
Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.
|
Authenticator |
ExtendedAuthProvider.newAuthenticator(EndPoint endPoint,
String authenticator)
The
Authenticator to use when connecting to endpoint . |
Authenticator |
ExtendedAuthProvider.NoAuthProvider.newAuthenticator(EndPoint endPoint,
String authenticator) |
Authenticator |
PlainTextAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator) |
Authenticator |
ExtendedAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator)
Deprecated.
the driver will never call this method on
ExtendedAuthProvider instances.
Implementors should throw AssertionError . |
Authenticator |
ExtendedAuthProvider.NoAuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator) |
Authenticator |
AuthProvider.newAuthenticator(InetSocketAddress host,
String authenticator)
The
Authenticator to use when connecting to host |
Copyright © 2012–2023. All rights reserved.