| java.lang.Object | ||||||
| ↳ | org.mule.modules.dropbox.DropboxConnector | |||||
| ↳ | org.mule.modules.dropbox.adapters.DropboxConnectorCapabilitiesAdapter | |||||
| ↳ | org.mule.modules.dropbox.adapters.DropboxConnectorMetadataAdapater | |||||
| ↳ | org.mule.modules.dropbox.adapters.DropboxConnectorLifecycleAdapter | |||||
| ↳ | org.mule.modules.dropbox.adapters.DropboxConnectorProcessAdapter | |||||
| ↳ | org.mule.modules.dropbox.adapters.DropboxConnectorOAuth2Adapter | |||||
A DropboxConnectorOAuth2Adapter is a wrapper around DropboxConnector that adds OAuth capabilites to the pojo.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.dropbox.adapters.DropboxConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.dropbox.DropboxConnector
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACCESS_CODE_PATTERN | |||||||||||
| EXPIRATION_TIME_PATTERN | |||||||||||
| LOGGER | |||||||||||
| REFRESH_TOKEN_PATTERN | |||||||||||
| accessTokenUrl | |||||||||||
| authorizationUrl | |||||||||||
| expiration | |||||||||||
| muleContext | |||||||||||
| oauthRestoreAccessToken | |||||||||||
| oauthSaveAccessToken | |||||||||||
| oauthVerifier | |||||||||||
| redirectUri | |||||||||||
| refreshToken | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.dropbox.DropboxConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build authorization URL and create the inbound endpoint for the callback
| |||||||||||
Acquire access token and secret
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves oauthRestoreAccessToken
| |||||||||||
Retrieves oauthSaveAccessToken
| |||||||||||
Retrieves oauthVerifier
| |||||||||||
Retrieves refreshToken
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets expiration
| |||||||||||
Sets muleContext
| |||||||||||
Sets oauthRestoreAccessToken
| |||||||||||
Sets oauthSaveAccessToken
| |||||||||||
Sets oauthVerifier
| |||||||||||
Sets refreshToken
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.dropbox.adapters.DropboxConnectorProcessAdapter
| |||||||||||
From class
org.mule.modules.dropbox.adapters.DropboxConnectorLifecycleAdapter
| |||||||||||
From class
org.mule.modules.dropbox.adapters.DropboxConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.dropbox.adapters.DropboxConnectorCapabilitiesAdapter
| |||||||||||
From class
org.mule.modules.dropbox.DropboxConnector
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.modules.dropbox.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.dropbox.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.dropbox.oauth.OAuth2Adapter
| |||||||||||
From interface
org.mule.modules.dropbox.oauth.OAuthAdapter
| |||||||||||
From interface
org.mule.modules.dropbox.process.ProcessAdapter
| |||||||||||
Build authorization URL and create the inbound endpoint for the callback
| extraParameters | Extra query string parameters that should be added to the authorization URL |
|---|---|
| authorizationUrl | |
| redirectUri |
Acquire access token and secret
| accessTokenUrl | |
|---|---|
| redirectUri |
Retrieves accessTokenUrl
Retrieves authorizationUrl
Retrieves oauthVerifier
Retrieves refreshToken
| InitialisationException |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets expiration
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets oauthRestoreAccessToken
| value | Value to set |
|---|
Sets oauthSaveAccessToken
| value | Value to set |
|---|
Sets oauthVerifier
| value | Value to set |
|---|
Sets refreshToken
| value | Value to set |
|---|