| java.lang.Object | |||||||
| ↳ | org.mule.modules.google.AbstractGoogleOAuthConnector | ||||||
| ↳ | org.mule.modules.google.contact.GoogleContactsConnector | ||||||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorCapabilitiesAdapter | ||||||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorMetadataAdapater | ||||||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorLifecycleAdapter | ||||||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorProcessAdapter | ||||||
| ↳ | org.mule.modules.google.contact.adapters.GoogleContactsConnectorOAuth2Adapter | ||||||
A GoogleContactsConnectorOAuth2Adapter is a wrapper around GoogleContactsConnector that adds OAuth capabilites to the pojo.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.google.contact.GoogleContactsConnector
| |||||||||||
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.modules.google.contact.GoogleContactsConnector
| |||||||||||
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorProcessAdapter
| |||||||||||
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorLifecycleAdapter
| |||||||||||
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.google.contact.adapters.GoogleContactsConnectorCapabilitiesAdapter
| |||||||||||
From class
org.mule.modules.google.contact.GoogleContactsConnector
| |||||||||||
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
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
| |||||||||||
From interface
org.mule.api.oauth.OAuth2Adapter
| |||||||||||
From interface
org.mule.api.oauth.OAuthAdapter
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
| extraParameters | |
|---|---|
| authorizationUrl | |
| redirectUri |
| accessTokenUrl | |
|---|---|
| redirectUri |
| UnableToAcquireAccessTokenException |
|---|
Retrieves accessTokenUrl
Retrieves authorizationUrl
Retrieves oauthRestoreAccessToken
Retrieves oauthSaveAccessToken
Retrieves oauthVerifier
Retrieves refreshToken
| NotAuthorizedException |
|---|
| InitialisationException |
|---|
| accessTokenUrl |
|---|
| UnableToAcquireAccessTokenException |
|---|
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 |
|---|