Password
- Last Updated: September 20, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.1
- Documentation
Purpose
A password that is used to connect to the server.
Important: Setting the password using a data source is not recommended. The data source persists all properties, including password, in clear text.
Behavior
password
where:
password
is a valid password. The password is case-sensitive.
Notes
- When
AuthenticationMethod=kerberos, the driver ignores the Password property.
Data Source Methods
public String getPassword()
public void setPassword(String)
Default Value
No default value
Data Type
String