Package | Description |
---|---|
com.datastax.oss.driver.api.core.auth |
Support for authentication between the driver and Cassandra nodes.
|
Modifier and Type | Method and Description |
---|---|
protected PlainTextAuthProviderBase.Credentials |
ProgrammaticPlainTextAuthProvider.getCredentials(EndPoint endPoint,
String serverAuthenticator)
Retrieves the credentials from the underlying source.
|
protected abstract PlainTextAuthProviderBase.Credentials |
PlainTextAuthProviderBase.getCredentials(EndPoint endPoint,
String serverAuthenticator)
Retrieves the credentials from the underlying source.
|
Constructor and Description |
---|
PlainTextAuthenticator(PlainTextAuthProviderBase.Credentials credentials)
Deprecated.
Preserved for backward compatibility, implementors should use the 3-arg
constructor
PlainTextAuthenticator(Credentials, EndPoint, String) instead. |
PlainTextAuthenticator(PlainTextAuthProviderBase.Credentials credentials,
EndPoint endPoint,
String serverAuthenticator) |
Copyright © 2017–2024. All rights reserved.