| java.lang.Object | |||||||
| ↳ | org.mule.modules.google.AbstractGoogleOAuthConnector | ||||||
| ↳ | org.mule.module.google.task.GoogleTasksConnector | ||||||
| ↳ | org.mule.module.google.task.adapters.GoogleTasksConnectorCapabilitiesAdapter | ||||||
| ↳ | org.mule.module.google.task.adapters.GoogleTasksConnectorMetadataAdapater | ||||||
| ↳ | org.mule.module.google.task.adapters.GoogleTasksConnectorLifecycleAdapter | ||||||
| ↳ | org.mule.module.google.task.adapters.GoogleTasksConnectorProcessAdapter | ||||||
| ↳ | org.mule.module.google.task.adapters.GoogleTasksConnectorOAuth2Adapter | ||||||
A GoogleTasksConnectorOAuth2Adapter is a wrapper around GoogleTasksConnector that adds OAuth capabilites to the pojo.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.google.task.adapters.GoogleTasksConnectorMetadataAdapater
| |||||||||||
From class
org.mule.module.google.task.GoogleTasksConnector
| |||||||||||
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACCESS_CODE_PATTERN | |||||||||||
| EXPIRATION_TIME_PATTERN | |||||||||||
| LOGGER | |||||||||||
| REFRESH_TOKEN_PATTERN | |||||||||||
| accessTokenUrl | |||||||||||
| authorizationUrl | |||||||||||
| expiration | |||||||||||
| muleContext | |||||||||||
| oauthRestoreAccessToken | |||||||||||
| oauthSaveAccessToken | |||||||||||
| oauthVerifier | |||||||||||
| redirectUri | |||||||||||
| refreshToken | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.google.task.GoogleTasksConnector
| |||||||||||
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build authorization URL and create the inbound endpoint for the callback
| |||||||||||
Acquire access token and secret
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves oauthRestoreAccessToken
| |||||||||||
Retrieves oauthSaveAccessToken
| |||||||||||
Retrieves oauthVerifier
| |||||||||||
Retrieves refreshToken
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets expiration
| |||||||||||
Sets muleContext
| |||||||||||
Sets oauthRestoreAccessToken
| |||||||||||
Sets oauthSaveAccessToken
| |||||||||||
Sets oauthVerifier
| |||||||||||
Sets refreshToken
| |||||||||||
Build authorization URL and create the inbound endpoint for the callback
| extraParameters | Extra query string parameters that should be added to the authorization URL |
|---|---|
| authorizationUrl | |
| redirectUri |
Acquire access token and secret
| accessTokenUrl | |
|---|---|
| redirectUri |
Retrieves accessTokenUrl
Retrieves authorizationUrl
Retrieves oauthVerifier
Retrieves refreshToken
| InitialisationException |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets expiration
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets oauthRestoreAccessToken
| value | Value to set |
|---|
Sets oauthSaveAccessToken
| value | Value to set |
|---|
Sets oauthVerifier
| value | Value to set |
|---|
Sets refreshToken
| value | Value to set |
|---|