| java.lang.Object | ||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorHttpCallbackAdapter | |
| ↳ | org.mule.modules.google.contact.oauth.GoogleContactsConnectorOAuthManager | |
A GoogleContactsConnectorOAuthManager is a wrapper around GoogleContactsConnector 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 | |||||||||||
| applicationName | |||||||||||
| authorizationUrl | |||||||||||
| consumerKey | |||||||||||
| consumerSecret | |||||||||||
| defaultUnauthorizedConnector | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| identifierPolicy | |||||||||||
| logger | |||||||||||
| muleContext | muleContext | ||||||||||
| scope | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorHttpCallbackAdapter
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessTokenObjectStore
| |||||||||||
Retrieves accessTokenPoolFactory
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves applicationName
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves consumerKey
| |||||||||||
Retrieves consumerSecret
| |||||||||||
Retrieves defaultUnauthorizedConnector
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves identifierPolicy
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves scope
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessTokenObjectStore
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets applicationName
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets consumerKey
| |||||||||||
Sets consumerSecret
| |||||||||||
Sets identifierPolicy
| |||||||||||
Sets scope
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorHttpCallbackAdapter
| |||||||||||
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
Access Token Pool Factory
Flow Construct
muleContext
| userId |
|---|
| Exception |
|---|
| extraParameters | |
|---|---|
| authorizationUrl | |
| redirectUri |
| verifier |
|---|
| Exception |
|---|
| userId | |
|---|---|
| connector |
| Exception |
|---|
Retrieves accessTokenObjectStore
Retrieves accessTokenPoolFactory
Retrieves accessTokenUrl
Retrieves applicationName
Retrieves authorizationUrl
Retrieves consumerKey
Retrieves consumerSecret
Retrieves defaultUnauthorizedConnector
Retrieves flowConstruct
Retrieves identifierPolicy
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 applicationName
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets consumerKey
| value | Value to set |
|---|
Sets consumerSecret
| value | Value to set |
|---|
| flowConstruct |
|---|
Sets identifierPolicy
| value | Value to set |
|---|
| muleContext |
|---|
Sets scope
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|