We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6f5a1 commit 1675a66Copy full SHA for 1675a66
conn.go
@@ -72,6 +72,9 @@ type Authenticator interface {
72
Success(data []byte) error
73
}
74
75
+// PasswordAuthenticator specifies credentials to be used when authenticating.
76
+// It can be configured with an "allow list" of authenticator class names to avoid
77
+// attempting to authenticate with Cassandra if it doesn't provide an expected authenticator.
78
type PasswordAuthenticator struct {
79
Username string
80
Password string
0 commit comments