class Cassandra::Auth::Providers::Password
Auth provider used for Cassandra’s built in authentication.
- Note
- No need to instantiate this class manually, use :usernameand:passwordoptions when callingCassandra.clusterand 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.