java.lang.Object | ||
↳ | org.mule.modules.dropbox.adapters.DropboxConnectorHttpCallbackAdapter | |
↳ | org.mule.modules.dropbox.oauth.DropboxConnectorOAuthManager |
A DropboxConnectorOAuthManager
is a wrapper around DropboxConnector
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
accessTokenObjectStore | |||||||||||
accessTokenPool | Access Token Pool | ||||||||||
accessTokenPoolFactory | Access Token Pool Factory | ||||||||||
accessTokenUrl | |||||||||||
appKey | |||||||||||
appSecret | |||||||||||
authorizationUrl | |||||||||||
contentServer | |||||||||||
defaultUnauthorizedConnector | |||||||||||
flowConstruct | Flow Construct | ||||||||||
logger | |||||||||||
muleContext | muleContext | ||||||||||
server |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 appKey
| |||||||||||
Retrieves appSecret
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves contentServer
| |||||||||||
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 server
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets appKey
| |||||||||||
Sets appSecret
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets contentServer
| |||||||||||
Sets server
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 appKey
Retrieves appSecret
Retrieves authorizationUrl
Retrieves contentServer
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 server
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 appKey
value | Value to set |
---|
Sets appSecret
value | Value to set |
---|
Sets authorizationUrl
value | Value to set |
---|
Sets contentServer
value | Value to set |
---|
flowConstruct |
---|
muleContext |
---|
Sets server
value | Value to set |
---|
MuleException |
---|
MuleException |
---|