@DigestAuth public abstract class DigestConnectionProvider extends BaseConnectionProvider
| Constructor and Description |
|---|
DigestConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.http.api.client.auth.HttpAuthentication |
buildAuthentication()
Implementations can override this method to specify the authentication mechanism to use.
|
protected abstract String |
getPassword()
Returns the username used to authenticate the requests that will be used to build the corresponding authentication.
|
protected abstract String |
getUsername()
Returns the username used to authenticate the requests that will be used to build the corresponding authentication.
|
configureClient, connect, createConnection, disconnect, getBaseUri, getBindings, getConfigName, getConnectionIdleTimeout, getConnectionIdleTimeoutUnit, getConnectionTimeout, getConnectionTimeoutUnit, getDefaultHeaders, getDefaultQueryParams, getExpressionLanguage, getMaxConnections, getProxyConfig, getResponseBufferSize, getTlsConfig, initialise, isStreamResponse, isUsePersistentConnections, start, stop, validate, validateprotected org.mule.runtime.http.api.client.auth.HttpAuthentication buildAuthentication()
BaseConnectionProviderbuildAuthentication in class BaseConnectionProviderHttpAuthentication or nullprotected abstract String getUsername()
protected abstract String getPassword()
Copyright © 2022. All rights reserved.