AuthenticationMethod Enum

Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. 'Ldap' is in preview.

Inheritance
builtins.str
AuthenticationMethod
AuthenticationMethod

Constructor

AuthenticationMethod(value)

Fields

CASSANDRA
LDAP
NONE