Stores credentials used to authenticate to a Cassandra cluster and uses them
to configure a Cassandra connection.
This driver provides implementations NoAuthConf for no authentication
and PasswordAuthConf for password authentication. Other authentication
configurators can be plugged in by setting cassandra.authentication.conf.factory.class
option. See AuthConfFactory.
Stores credentials used to authenticate to a Cassandra cluster and uses them to configure a Cassandra connection. This driver provides implementations NoAuthConf for no authentication and PasswordAuthConf for password authentication. Other authentication configurators can be plugged in by setting
cassandra.authentication.conf.factory.class
option. See AuthConfFactory.