Mention SaslAuthProvider in doc security section.

This commit is contained in:
Adam Holmberg
2015-01-26 15:54:01 -06:00
parent 1f1a66419e
commit 6d8eb3ccc4

View File

@@ -34,9 +34,11 @@ to be explicit.
Custom Authenticators
^^^^^^^^^^^^^^^^^^^^^
If you're using something other than Cassandra's ``PasswordAuthenticator``,
you may need to create your own subclasses of :class:`~.AuthProvider` and
:class:`~.Authenticator`. You can use :class:`~.PlainTextAuthProvider`
and :class:`~.PlainTextAuthenticator` as example implementations.
:class:`~.SaslAuthProvider` is provided for generic SASL authentication mechanisms,
utilizing the ``pure-sasl`` package.
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
^^^^^^^^^^^^^^^^^^^^^^^^^^