| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.http | |
| org.mule.runtime.oauth.internal.builder | |
| org.mule.runtime.oauth.internal.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientFactory |
HttpClientFactory.getDefault(org.mule.runtime.http.api.HttpService httpService)
Provides a default implementation of the
HttpClientFactory |
| Constructor and Description |
|---|
AbstractOAuthDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.api.lock.LockFactory lockProvider,
Map<String,ResourceOwnerOAuthContext> tokensStore,
HttpClientFactory baseHttpClientFactory,
org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator) |
DefaultOAuthAuthorizationCodeDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.api.lock.LockFactory lockProvider,
Map<String,ResourceOwnerOAuthContext> tokensStore,
org.mule.runtime.http.api.HttpService httpService,
HttpClientFactory httpClientFactory,
org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator) |
DefaultOAuthClientCredentialsDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.api.lock.LockFactory lockProvider,
Map<String,ResourceOwnerOAuthContext> tokensStore,
HttpClientFactory httpClientFactory,
org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpClientFactory
An implementation of
HttpClientFactory that cache created HttpClient. |
Copyright © 2024. All rights reserved.