| java.lang.Object | ||
| ↳ | org.mule.modules.box.adapters.BoxConnectorHttpCallbackAdapter | |
| ↳ | org.mule.modules.box.oauth.BoxConnectorOAuthManager | |
A BoxConnectorOAuthManager is a wrapper around BoxConnector 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 | |||||||||||
| authorizationUrl | |||||||||||
| baseUrl | |||||||||||
| clientId | |||||||||||
| clientSecret | |||||||||||
| defaultUnauthorizedConnector | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| logger | |||||||||||
| muleContext | muleContext | ||||||||||
| uploadUrl | |||||||||||
| useGzip | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.box.adapters.BoxConnectorHttpCallbackAdapter
| |||||||||||
| 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 authorizationUrl
| |||||||||||
Retrieves baseUrl
| |||||||||||
Retrieves clientId
| |||||||||||
Retrieves clientSecret
| |||||||||||
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 uploadUrl
| |||||||||||
Retrieves useGzip
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets baseUrl
| |||||||||||
Sets clientId
| |||||||||||
Sets clientSecret
| |||||||||||
Sets uploadUrl
| |||||||||||
Sets useGzip
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.box.adapters.BoxConnectorHttpCallbackAdapter
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.modules.box.adapter.HttpCallbackAdapter
| |||||||||||
From interface
org.mule.modules.box.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.box.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.box.oauth.OAuthManager
| |||||||||||
From interface
org.mule.modules.box.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 authorizationUrl
Retrieves baseUrl
Retrieves clientId
Retrieves clientSecret
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 uploadUrl
Retrieves useGzip
| 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 authorizationUrl
| value | Value to set |
|---|
Sets baseUrl
| value | Value to set |
|---|
Sets clientId
| value | Value to set |
|---|
Sets clientSecret
| value | Value to set |
|---|
| flowConstruct |
|---|
| muleContext |
|---|
Sets uploadUrl
| value | Value to set |
|---|
Sets useGzip
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|