public class

GoogleContactsConnectorOAuthClientFactory

extends BaseOAuthClientFactory
java.lang.Object
   ↳ org.mule.security.oauth.BaseOAuthClientFactory
     ↳ org.mule.modules.google.contact.oauth.GoogleContactsConnectorOAuthClientFactory

Summary

Fields
private GoogleContactsConnectorOAuthManager oauthManager
[Expand]
Inherited Fields
From class org.mule.security.oauth.BaseOAuthClientFactory
Public Constructors
GoogleContactsConnectorOAuthClientFactory(OAuth2Manager<OAuth2Adapter> oauthManager, ObjectStore<Serializable> objectStore)
Protected Methods
Class<? extends OAuth2Adapter> getAdapterClass()
void setCustomAdapterProperties(OAuth2Adapter adapter, OAuthState state)
void setCustomStateProperties(OAuth2Adapter adapter, OAuthState state)
[Expand]
Inherited Methods
From class org.mule.security.oauth.BaseOAuthClientFactory
From class java.lang.Object
From interface org.apache.commons.pool.KeyedPoolableObjectFactory

Fields

Public Constructors

public GoogleContactsConnectorOAuthClientFactory (OAuth2Manager<OAuth2Adapter> oauthManager, ObjectStore<Serializable> objectStore)

Parameters
oauthManager
objectStore

Protected Methods

protected Class<? extends OAuth2Adapter> getAdapterClass ()

protected void setCustomAdapterProperties (OAuth2Adapter adapter, OAuthState state)

Parameters
adapter
state

protected void setCustomStateProperties (OAuth2Adapter adapter, OAuthState state)

Parameters
adapter
state