| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpConnectionProvider<C extends ConnectorHttpConnection> |
class |
AbstractTlsAwareConnectionProvider<C extends ConnectorHttpConnection> |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginCredentialsConnectionProvider<C extends ConnectorHttpConnection> |
class |
TlsAwareLoginCredentialsConnectionProvider<C extends ConnectorHttpConnection> |
| Modifier and Type | Method and Description |
|---|---|
ConnectorHttpConnection |
DefaultTlsAwareLoginCredentialsConnectionProvider.connect(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.http.api.client.auth.HttpAuthentication authentication) |
ConnectorHttpConnection |
DefaultLoginCredentialsConnectionProvider.connect(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.http.api.client.auth.HttpAuthentication authentication) |
| Modifier and Type | Class and Description |
|---|---|
class |
NtlmLoginCredentialsConnectionProvider<C extends ConnectorHttpConnection> |
class |
TlsAwareNtlmLoginCredentialsConnectionProvider<C extends ConnectorHttpConnection> |
| Modifier and Type | Method and Description |
|---|---|
ConnectorHttpConnection |
DefaultNtlmLoginCredentialsConnectionProvider.connect(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.http.api.client.auth.HttpAuthentication.HttpNtlmAuthentication authentication) |
ConnectorHttpConnection |
DefaultTlsAwareNtlmLoginCredentialsConnectionProvider.connect(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.http.api.client.auth.HttpAuthentication.HttpNtlmAuthentication authentication) |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtConnectionProvider<CONNECTION extends ConnectorHttpConnection> |
interface |
JwtTemplate<CONNECTION extends ConnectorHttpConnection> |
class |
TlsAwareJwtConnectionProvider<C extends ConnectorHttpConnection> |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth20ConnectionProvider<CONNECTION extends ConnectorHttpConnection> |
class |
TlsAwareOAuthConnectionProvider<C extends ConnectorHttpConnection> |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientService<CONFIG extends com.mulesoft.connectors.commons.template.config.ConnectorConfig,CONNECTION extends ConnectorHttpConnection> |
Copyright © 2019. All rights reserved.