Package org.teiid.salesforce
Interface SalesforceConfiguration
-
- All Known Implementing Classes:
SalesForceManagedConnectionFactory
public interface SalesforceConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetConnectTimeout()StringgetPassword()LonggetRequestTimeout()StringgetURL()The salesforce URL to use as the AuthEndpoint.StringgetUsername()
-
-
-
Method Detail
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getURL
String getURL()
The salesforce URL to use as the AuthEndpoint. May be used to explicitly control the api version being used. The source will default to an appropriate value for the included Salesforce API library.
-
getConnectTimeout
Long getConnectTimeout()
-
getRequestTimeout
Long getRequestTimeout()
-
-