| java.lang.Object | ||
| ↳ | org.mule.module.facebook.adapters.FacebookConnectorHttpCallbackAdapter | |
| ↳ | org.mule.module.facebook.oauth.FacebookConnectorOAuthManager | |
A FacebookConnectorOAuthManager is a wrapper around FacebookConnector 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 | ||||||||||
| accessTokenUrl | |||||||||||
| appId | |||||||||||
| appSecret | |||||||||||
| authorizationUrl | |||||||||||
| defaultUnauthorizedConnector | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| logger | |||||||||||
| muleContext | muleContext | ||||||||||
| scope | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.facebook.adapters.FacebookConnectorHttpCallbackAdapter
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessTokenObjectStore
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves appId
| |||||||||||
Retrieves appSecret
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves defaultUnauthorizedConnector
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves scope
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets appId
| |||||||||||
Sets appSecret
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets scope
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.facebook.adapters.FacebookConnectorHttpCallbackAdapter
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.adapter.HttpCallbackAdapter
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.oauth.OAuthManager
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
Access Token Pool
Flow Construct
muleContext
| userId |
|---|
| Exception |
|---|
| extraParameters | |
|---|---|
| authorizationUrl | |
| redirectUri |
| verifier |
|---|
| Exception |
|---|
| userId | |
|---|---|
| connector |
| Exception |
|---|
Retrieves accessTokenObjectStore
Retrieves accessTokenUrl
Retrieves appId
Retrieves appSecret
Retrieves authorizationUrl
Retrieves defaultUnauthorizedConnector
Retrieves flowConstruct
Retrieves muleContext
Retrieves scope
| InitialisationException |
|---|
Returns true if this module implements such capability
| capability |
|---|
| userId | |
|---|---|
| connector |
| Exception |
|---|
Sets accessTokenObjectStore
| value | Value to set |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets appId
| value | Value to set |
|---|
Sets appSecret
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
| flowConstruct |
|---|
| muleContext |
|---|
Sets scope
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|