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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
accessTokenObjectStore | |||||||||||
accessTokenPool | Access Token Pool | ||||||||||
accessTokenPoolFactory | Access Token Pool Factory | ||||||||||
accessTokenUrl | |||||||||||
appId | |||||||||||
appSecret | |||||||||||
authorizationUrl | |||||||||||
defaultUnauthorizedConnector | |||||||||||
flowConstruct | Flow Construct | ||||||||||
logger | |||||||||||
muleContext | muleContext | ||||||||||
scope |
[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 appId
| |||||||||||
Retrieves appSecret
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
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 scope
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets appId
| |||||||||||
Sets appSecret
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets scope
| |||||||||||
[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 appId
Retrieves appSecret
Retrieves authorizationUrl
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 scope
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 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 |
---|