Auth provider to authenticate with username/password for DSE’s built-in authentication as well as LDAP.

Note
No need to instantiate this class manually, use :username and :password options when calling Dse.cluster and one will be created automatically for you.

Inherits

Cassandra::Auth::Provider

Methods

self.

new

(username, password)

Returns a new instance of Password

Parameters:
Name Type Details
username String username to use for authentication to Cassandra
password String password to use for authentication to Cassandra