| 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 | Class and Description |
|---|---|
class |
BaseDseAuthenticator
Base class for
SyncAuthenticator implementations that want to make use of the
authentication scheme negotiation in DseAuthenticator. |
protected static class |
DseGssApiAuthProviderBase.GssApiAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
DseGssApiAuthProviderBase.newAuthenticator(EndPoint endPoint,
String serverAuthenticator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyncAuthenticator
An authenticator that performs all of its operations synchronously, on the calling thread.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PlainTextAuthProviderBase.PlainTextAuthenticator |
| 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) |
Copyright © 2017–2021. All rights reserved.