Password
- Last Updated: May 10, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Description
Specifies the password to use to connect to your Salesforce instance. A password is required. Contact your system administrator to obtain your password.
Important: Setting the password using a data source is not
recommended. The data source persists all properties, including the Password property, in
clear text.
Valid Values
password | password+securitytoken
where:
- password
- is a valid password. The password is case-sensitive.
- password+securitytoken
- is a valid password appended by the security token required to connect
to the Salesforce instance, for example,
secretXaBARTsLZReM4Px47qPLOS, wheresecretis the password and the remainder of the value is the security token. Both the password and security token are case-sensitive.
Note: Optionally, you can specify the security token in the SecurityToken property. Do not
specify the security token in both properties.
Data Source Method
setPassword
Default
None
Data Type
String