Mention SaslAuthProvider in doc security section.
This commit is contained in:
@@ -34,9 +34,11 @@ to be explicit.
|
|||||||
Custom Authenticators
|
Custom Authenticators
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
If you're using something other than Cassandra's ``PasswordAuthenticator``,
|
If you're using something other than Cassandra's ``PasswordAuthenticator``,
|
||||||
you may need to create your own subclasses of :class:`~.AuthProvider` and
|
:class:`~.SaslAuthProvider` is provided for generic SASL authentication mechanisms,
|
||||||
:class:`~.Authenticator`. You can use :class:`~.PlainTextAuthProvider`
|
utilizing the ``pure-sasl`` package.
|
||||||
and :class:`~.PlainTextAuthenticator` as example implementations.
|
If these do not suit your needs, you may need to create your own subclasses of
|
||||||
|
:class:`~.AuthProvider` and :class:`~.Authenticator`. You can use the Sasl classes
|
||||||
|
as example implementations.
|
||||||
|
|
||||||
Protocol v1 Authentication
|
Protocol v1 Authentication
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
Reference in New Issue
Block a user