public class

SalesforceOAuthConnectorOAuthClientFactory

extends BaseOAuthClientFactory
java.lang.Object
   ↳ org.mule.security.oauth.BaseOAuthClientFactory
     ↳ org.mule.modules.salesforce.oauth.SalesforceOAuthConnectorOAuthClientFactory

Summary

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