Package | Description |
---|---|
com.datastax.dse.driver.api.core.auth | |
com.datastax.oss.driver.api.core.auth |
Support for authentication between the driver and Cassandra nodes.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
DseGssApiAuthProviderBase.newAuthenticator(EndPoint endPoint,
String serverAuthenticator) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
AuthProvider.newAuthenticator(EndPoint endPoint,
String serverAuthenticator)
The authenticator to use when connecting to
host . |
Authenticator |
PlainTextAuthProviderBase.newAuthenticator(EndPoint endPoint,
String serverAuthenticator) |
void |
AuthProvider.onMissingChallenge(EndPoint endPoint)
What to do if the server does not send back an authentication challenge (in other words, lets
the client connect without any form of authentication).
|
Copyright © 2017–2024. All rights reserved.