User
- Last Updated: July 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Purpose
Specifies the user name that is used to connect to the database. A user name
is required if user ID/password or Entra ID authentication is enabled on your database. The
following identifiers are used for authentication:
- The user name that is used to connect to your database. This is used when
userIdPasswordauthentication is enabled. - The Entra ID user name. This is used when
entraIDPasswordauthentication is enabled. - The client ID of the service principal. This is used when
entraIDServicePrincipalauthentication is enabled.
Valid Values
string
where:
- string
- is a valid user name or the client ID. The user name is case-sensitive.
Data Source Methods
public String getUser()
public void setUser(String)
Default
No default value
Data Type
String