skip to main content
Using the Driver : Using Connection Properties : Authentication Properties
  

Try DataDirect Drivers Now

Authentication Properties

The following table summarizes connection properties related to authentication.
Table 19. Authentication Properties
Property
Characteristic
Determines which authentication method the driver uses when establishing a connection. The default is userIdPassword.
Specifies the default name of the Cassandra keyspace to which the driver connects. This value is used as the default qualifier for unqualified table names in SQL queries.
Specifies the name of the entry in the JAAS login configuration file that contains the authentication technology used by the driver to establish a Kerberos connection. The LoginModule-specific items found in the entry are passed on to the LoginModule. The default is JDBC_DRIVER_01.
Specifies the password used to connect to your database for user ID/password authentication.
Specifies the three-part service principal name registered with the key distribution center (KDC) in a Kerberos configuration. When no value is specified, the driver builds a service principle name based on environment variables.
Specifies the user ID for user ID/password authentication or the user principal name for Kerberos authentication.