public abstract class BaseClientCredentialsConnectionProvider extends BaseConnectionProvider
| Constructor and Description |
|---|
BaseClientCredentialsConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected RestConnection |
createConnection(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.http.api.client.auth.HttpAuthentication authentication,
org.mule.runtime.api.util.MultiMap<String,String> defaultQueryParams,
org.mule.runtime.api.util.MultiMap<String,String> defaultHeaders)
Creates a new
RestConnection |
protected org.mule.runtime.extension.api.connectivity.oauth.ClientCredentialsState |
getOAuthState() |
buildAuthentication, configureClient, connect, disconnect, getBaseUri, getConfigName, getConnectionIdleTimeout, getConnectionIdleTimeoutUnit, getConnectionTimeout, getConnectionTimeoutUnit, getDefaultHeaders, getDefaultQueryParams, getMaxConnections, getProxyConfig, getResponseBufferSize, getTlsConfig, initialise, isStreamResponse, isUsePersistentConnections, validatepublic BaseClientCredentialsConnectionProvider()
protected RestConnection createConnection(org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.runtime.http.api.client.auth.HttpAuthentication authentication, org.mule.runtime.api.util.MultiMap<String,String> defaultQueryParams, org.mule.runtime.api.util.MultiMap<String,String> defaultHeaders)
BaseConnectionProviderRestConnectioncreateConnection in class BaseConnectionProviderhttpClient - the client to perform the requestsauthentication - a nullable authentication mechanismRestConnectionprotected org.mule.runtime.extension.api.connectivity.oauth.ClientCredentialsState getOAuthState()
Copyright © 2019. All rights reserved.