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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ACCESS_CODE_PATTERN | |||||||||||
EXPIRATION_TIME_PATTERN | |||||||||||
LOGGER | |||||||||||
REFRESH_TOKEN_PATTERN | |||||||||||
accessTokenUrl | |||||||||||
authorizationUrl | |||||||||||
expiration | |||||||||||
muleContext | |||||||||||
oauthRestoreAccessToken | |||||||||||
oauthSaveAccessToken | |||||||||||
oauthVerifier | |||||||||||
redirectUri | |||||||||||
refreshToken |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|