class Cassandra::Auth::Providers::Password
Auth provider used for Cassandra’s built in authentication.
- Note
- No need to instantiate this class manually, use
:username
and:password
options when callingCassandra.cluster
and one will be created automatically for you.
Inherits
Methods
self.
new
(username, password)Returns a new instance of Password
create_authenticator
(authentication_class)Returns a Password Authenticator only if org.apache.cassandra.auth.PasswordAuthenticator
is given.