File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,11 @@ to be explicit.
3434Custom Authenticators
3535^^^^^^^^^^^^^^^^^^^^^
3636If you're using something other than Cassandra's ``PasswordAuthenticator ``,
37- you may need to create your own subclasses of :class: `~.AuthProvider ` and
38- :class: `~.Authenticator `. You can use :class: `~.PlainTextAuthProvider `
39- and :class: `~.PlainTextAuthenticator ` as example implementations.
37+ :class: `~.SaslAuthProvider ` is provided for generic SASL authentication mechanisms,
38+ utilizing the ``pure-sasl `` package.
39+ If these do not suit your needs, you may need to create your own subclasses of
40+ :class: `~.AuthProvider ` and :class: `~.Authenticator `. You can use the Sasl classes
41+ as example implementations.
4042
4143Protocol v1 Authentication
4244^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments