| 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 | |||||||||||
| name | |||||||||||
| oauthManager | |||||||||||
| oauthVerifier | |||||||||||
| onNoTokenPolicy | |||||||||||
| 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 ACCESS_CODE_PATTERN
| |||||||||||
Retrieves accessTokenUrl
| |||||||||||
Retrieves authorizationUrl
| |||||||||||
Retrieves EXPIRATION_TIME_PATTERN
| |||||||||||
Retrieves name
| |||||||||||
Retrieves oauthVerifier
| |||||||||||
Retrieves onNoTokenPolicy
| |||||||||||
Retrieves refreshToken
| |||||||||||
Retrieves REFRESH_TOKEN_PATTERN
| |||||||||||
Sets accessTokenUrl
| |||||||||||
Sets authorizationUrl
| |||||||||||
Sets expiration
| |||||||||||
Sets name
| |||||||||||
Sets oauthVerifier
| |||||||||||
Sets onNoTokenPolicy
| |||||||||||
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.MetadataAware
| |||||||||||
From interface
org.mule.api.NameableObject
| |||||||||||
From interface
org.mule.api.NamedObject
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.devkit.ProcessAdapter
| |||||||||||
From interface
org.mule.api.devkit.capability.Capabilities
| |||||||||||
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.security.oauth.OAuth2Adapter
| |||||||||||
From interface
org.mule.security.oauth.OAuth2Connector
| |||||||||||
From interface
org.mule.security.oauth.OAuthAdapter
| |||||||||||
From interface
org.mule.security.oauth.OnNoTokenPolicyAware
| |||||||||||
| oauthManager |
|---|
| extraParameters | |
|---|---|
| authorizationUrl | |
| redirectUri |
| redirectUri |
|---|
| UnableToAcquireAccessTokenException |
|---|
Retrieves ACCESS_CODE_PATTERN
Retrieves accessTokenUrl
Retrieves authorizationUrl
Retrieves EXPIRATION_TIME_PATTERN
Retrieves name
Retrieves oauthVerifier
Retrieves onNoTokenPolicy
Retrieves refreshToken
Retrieves REFRESH_TOKEN_PATTERN
| NotAuthorizedException |
|---|
| InitialisationException |
|---|
| accessTokenId |
|---|
| UnableToAcquireAccessTokenException |
|---|
Sets accessTokenUrl
| value | Value to set |
|---|
Sets authorizationUrl
| value | Value to set |
|---|
Sets expiration
| value | Value to set |
|---|
Sets name
| value | Value to set |
|---|
Sets oauthVerifier
| value | Value to set |
|---|
Sets onNoTokenPolicy
| value | Value to set |
|---|
Sets refreshToken
| value | Value to set |
|---|