| java.lang.Object | ||
| ↳ | org.mule.modules.salesforce.adapters.SalesforceOAuthConnectorHttpCallbackAdapter | |
| ↳ | org.mule.modules.salesforce.oauth.SalesforceOAuthConnectorOAuthManager | |
A SalesforceOAuthConnectorOAuthManager is a wrapper around SalesforceOAuthConnector that adds access token management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessTokenObjectStore | |||||||||||
| accessTokenPool | Access Token Pool | ||||||||||
| accessTokenPoolFactory | Access Token Pool Factory | ||||||||||
| accessTokenUrl | |||||||||||
| allowFieldTruncationSupport | |||||||||||
| assignmentRuleId | |||||||||||
| authorizationUrl | |||||||||||
| clientId | |||||||||||
| consumerKey | |||||||||||
| consumerSecret | |||||||||||
| defaultUnauthorizedConnector | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| logger | |||||||||||
| muleContext | muleContext | ||||||||||
| timeObjectStore | |||||||||||
| useDefaultRule | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.salesforce.adapters.SalesforceOAuthConnectorHttpCallbackAdapter
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Borrow an access token from the pool
| |||||||||||
Create a new access token using the specified verifier
and insert it into the pool
| |||||||||||
Retrieves accessTokenObjectStore
| |||||||||||
Retrieves accessTokenPoolFactory
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves allowFieldTruncationSupport
| |||||||||||
Retrieves assignmentRuleId
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves clientId
| |||||||||||
Retrieves consumerKey
| |||||||||||
Retrieves consumerSecret
| |||||||||||
Retrieves defaultUnauthorizedConnector
| |||||||||||
Returns the build of the DevKit used to create this module
| |||||||||||
Returns the version of the DevKit used to create this module
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves timeObjectStore
| |||||||||||
Retrieves useDefaultRule
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets allowFieldTruncationSupport
| |||||||||||
Sets assignmentRuleId
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets clientId
| |||||||||||
Sets consumerKey
| |||||||||||
Sets consumerSecret
| |||||||||||
Sets timeObjectStore
| |||||||||||
Sets useDefaultRule
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.salesforce.adapters.SalesforceOAuthConnectorHttpCallbackAdapter
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.modules.salesforce.adapter.HttpCallbackAdapter
| |||||||||||
From interface
org.mule.modules.salesforce.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.salesforce.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.salesforce.oauth.OAuthManager
| |||||||||||
From interface
org.mule.modules.salesforce.process.ProcessAdapter
| |||||||||||
Access Token Pool
Access Token Pool Factory
Flow Construct
muleContext
Borrow an access token from the pool
| userId | User identification used to borrow the access token |
|---|
| Exception |
|---|
| extraParameters | |
|---|---|
| authorizationUrl | |
| redirectUri |
Create a new access token using the specified verifier and insert it into the pool
| verifier | OAuth verifier |
|---|
| Exception |
|---|
| userId | |
|---|---|
| connector |
| Exception |
|---|
Retrieves accessTokenObjectStore
Retrieves accessTokenPoolFactory
Retrieves accessTokenUrl
Retrieves allowFieldTruncationSupport
Retrieves assignmentRuleId
Retrieves authorizationUrl
Retrieves clientId
Retrieves consumerKey
Retrieves consumerSecret
Retrieves defaultUnauthorizedConnector
Returns the build of the DevKit used to create this module
Returns the version of the DevKit used to create this module
Retrieves flowConstruct
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves timeObjectStore
Retrieves useDefaultRule
| InitialisationException |
|---|
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| userId | |
|---|---|
| connector |
| Exception |
|---|
Sets accessTokenObjectStore
| value | Value to set |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets allowFieldTruncationSupport
| value | Value to set |
|---|
Sets assignmentRuleId
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets clientId
| value | Value to set |
|---|
Sets consumerKey
| value | Value to set |
|---|
Sets consumerSecret
| value | Value to set |
|---|
| flowConstruct |
|---|
| muleContext |
|---|
Sets timeObjectStore
| value | Value to set |
|---|
Sets useDefaultRule
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|