public class AbstractOAuthConnectionService extends AbstractConnectionService
| Constructor and Description |
|---|
AbstractOAuthConnectionService() |
| Modifier and Type | Method and Description |
|---|---|
protected com.sforce.soap.partner.PartnerConnection |
postAuthorization(BaseOAuthParamsBundle bundle,
String oAuth2AccessToken,
String instanceUrl)
Creates the PartnerConnection object using the access token obtained from the Salesforce API
|
switchEndpointToMutualTlsIfNeededprotected com.sforce.soap.partner.PartnerConnection postAuthorization(BaseOAuthParamsBundle bundle, String oAuth2AccessToken, String instanceUrl) throws org.mule.runtime.api.connection.ConnectionException
bundle - parameters bundle to be used in the authorization processoAuth2AccessToken - the token generated by the apiinstanceUrl - the url to the instance used in the authentication processorg.mule.runtime.api.connection.ConnectionException - if anything went wrongCopyright © 2025 MuleSoft, Inc.. All rights reserved.