skip to main content
Using the driver : Using connection properties : Authentication properties
  

Try DataDirect Drivers Now

Authentication properties

The following table describes the connection properties used to configure authentication.
Table 3. Authentication properties
Property
Characteristic
Determines which authentication method the driver uses when establishing a connection.
The default is auto.
Specifies the name of the domain server that administers the database. Set this property only if you are using NTLM authentication. If the Domain property is unspecified, the driver tries to determine the domain server name from the User property.
Specifies the GSS credential object used to instantiate Kerberos constrained delegation. Constrained delegation is a Kerberos mechanism that allows a client application to delegate authentication to a second service.
Important: Because the value of this property is a Java object, it cannot be specified in a connection URL. It can only be passed as a Properties or DataSource object.
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 default is JDBC_DRIVER_01.
Specifies a password that is used to connect to the database or instance.
Specifies the service principal name to be used for Kerberos authentication.
Specifies the user ID for user ID/password authentication or the domain user name for NTLM authentication.