| java.lang.Object | |
| ↳ | org.mule.modules.salesforce.oauth.SalesforceOAuthConnectorOAuthState |
Serializable class used to save and restore OAuth state from SalesforceOAuthConnector
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessToken | |||||||||||
| accessTokenUrl | |||||||||||
| authorizationUrl | |||||||||||
| instanceId | |||||||||||
| refreshToken | |||||||||||
| userId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessToken
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves instanceId
| |||||||||||
Retrieves refreshToken
| |||||||||||
Retrieves userId
| |||||||||||
Sets accessToken
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets instanceId
| |||||||||||
Sets refreshToken
| |||||||||||
Sets userId
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Retrieves accessToken
Retrieves accessTokenUrl
Retrieves authorizationUrl
Retrieves instanceId
Retrieves refreshToken
Retrieves userId
Sets accessToken
| value | Value to set |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets instanceId
| value | Value to set |
|---|
Sets refreshToken
| value | Value to set |
|---|
Sets userId
| value | Value to set |
|---|