Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
ExtendedAuthProvider.newAuthenticator(EndPoint endPoint,
String authenticator)
The
Authenticator to use when connecting to endpoint . |
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.