User ID/Password Authentication Properties
- Last Updated: January 12, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
The following table describes the connection properties used to configure user ID/Password authentication. The first section describes the properties required for user ID/Password authentication, while the second lists the additional properties required to enable the cookie-based authentication feature.
| Property | Characteristic |
|---|---|
| User ID/Password Authentication | |
| AuthenticationMethod |
Determines which authentication method the driver uses when establishing a connection. If set to If set to The default is |
|
Specifies a password that is used to connect to your database. |
|
|
Specifies the user name that is used to connect to the database. |
|
| Additional Properties for Cookie Based Authentication (HTTP Mode only) | |
| CookieName | Specifies the name of the cookie used for
authenticating HTTP requests when HTTP mode TransportMode=http and cookie based authentication are
enabled (EnableCookieAuthentication=true).The
default is |
| EnableCookieAuthentication | Determines whether the driver attempts to use cookie
based authentication for requests to an HTTP endpoint after the initial
authentication to the server. Cookie based authentication improves
response time by eliminating the need to re-authenticate with the server
for each request. The default is |