public class

GoogleSpreadSheetConnectorOAuthClientFactory

extends BaseOAuthClientFactory
java.lang.Object
   ↳ org.mule.security.oauth.BaseOAuthClientFactory
     ↳ org.mule.module.google.spreadsheet.oauth.GoogleSpreadSheetConnectorOAuthClientFactory

Summary

Fields
private GoogleSpreadSheetConnectorOAuthManager oauthManager
[Expand]
Inherited Fields
From class org.mule.security.oauth.BaseOAuthClientFactory
Public Constructors
GoogleSpreadSheetConnectorOAuthClientFactory(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 GoogleSpreadSheetConnectorOAuthClientFactory (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