See: Description
| Interface | Description |
|---|---|
| Authenticator |
Handles SASL authentication with Cassandra servers.
|
| AuthProvider |
Provides
Authenticator instances to use when connecting to Cassandra nodes. |
| SyncAuthenticator |
An authenticator that performs all of its operations synchronously, on the calling thread.
|
| Class | Description |
|---|---|
| PlainTextAuthProviderBase |
Common infrastructure for plain text auth providers.
|
| PlainTextAuthProviderBase.Credentials | |
| PlainTextAuthProviderBase.PlainTextAuthenticator |
| Exception | Description |
|---|---|
| AuthenticationException |
Indicates an error during the authentication phase while connecting to a node.
|
Authentication is performed on each newly open connection. It is customizable via the AuthProvider interface.
Copyright © 2017–2025. All rights reserved.