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.
|
com.datastax.oss.driver.api.core.context | |
com.datastax.oss.driver.api.core.session |
Modifier and Type | Class and Description |
---|---|
class |
DseGssApiAuthProviderBase |
class |
DsePlainTextAuthProviderBase
Deprecated.
The driver's default plain text providers now support both Apache Cassandra and DSE.
This type was preserved for backward compatibility, but implementors should now extend
PlainTextAuthProviderBase instead. |
class |
ProgrammaticDseGssApiAuthProvider
AuthProvider that provides GSSAPI authenticator instances for clients to connect to DSE
clusters secured with DseAuthenticator , in a programmatic way. |
Modifier and Type | Class and Description |
---|---|
class |
PlainTextAuthProviderBase
Common infrastructure for plain text auth providers.
|
Modifier and Type | Method and Description |
---|---|
Optional<AuthProvider> |
DriverContext.getAuthProvider() |
Modifier and Type | Method and Description |
---|---|
AuthProvider |
ProgrammaticArguments.getAuthProvider() |
Modifier and Type | Method and Description |
---|---|
ProgrammaticArguments.Builder |
ProgrammaticArguments.Builder.withAuthProvider(AuthProvider authProvider) |
SelfT |
SessionBuilder.withAuthProvider(AuthProvider authProvider)
Registers an authentication provider to use with the session.
|
Copyright © 2017–2024. All rights reserved.