public class PlatformClientConfiguration extends RuntimeConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKOFF
Whether backoff will be enabled or not, default is "true".
|
static String |
CLIENT_SECRET
client secret to be validated against anypoint.platform.coreservice_base_uri
|
static int |
CONNECT_TIMEOUT_DEFAULT |
static List<Integer> |
DEFAULT_OUTAGE_STATUS_CODES |
static String |
OUTAGE_STATUS_CODES
The status codes considered for disaster recovery in case of an outage.
|
static String |
POLL_APIS_FREQ
Amount of time used to determine the interval between each poll for new policies from api platform.
|
static String |
POLL_CLIENTS_FREQ
Amount of time used to determine the interval between each poll for retrieving contracts to api platform.
|
static int |
READ_TIMEOUT_DEFAULT |
| Constructor and Description |
|---|
PlatformClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
backoffEnabled() |
void |
clearClientSecret() |
Boolean |
enableSSLValidation() |
String |
getAnalyticsUri() |
Period |
getApiKeepAliveFrequency() |
Period |
getApisPollFrequency() |
String |
getClientId() |
String |
getClientSecret() |
Period |
getClientsPollFrequency() |
Period |
getConnectTimeout() |
String |
getMetricsBaseUri() |
List<Integer> |
getOutagesStatusCodes() |
int |
getPlatformInitializationRetryFrequency() |
String |
getPlatformUri() |
String |
getPolicyTemplateSource() |
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUserName() |
Period |
getReadTimeout() |
boolean |
isOfflineModeEnabled() |
Boolean |
isOnPrem() |
parseBooleanOrDefault, parseIntOrDefault, parseLongOrDefault, parsePositive0IntOrDefaultpublic static final int CONNECT_TIMEOUT_DEFAULT
public static final int READ_TIMEOUT_DEFAULT
public static final String CLIENT_SECRET
public static final String POLL_APIS_FREQ
public static final String POLL_CLIENTS_FREQ
public static final String BACKOFF
public static final String OUTAGE_STATUS_CODES
public Boolean enableSSLValidation()
public Period getConnectTimeout()
public Period getReadTimeout()
public String getProxyHost()
public int getProxyPort()
public String getProxyUserName()
public String getProxyPassword()
public boolean isOfflineModeEnabled()
public String getClientId()
public String getClientSecret()
public Period getApisPollFrequency()
public Period getApiKeepAliveFrequency()
public Period getClientsPollFrequency()
public Boolean isOnPrem()
public String getPlatformUri()
public String getPolicyTemplateSource()
public void clearClientSecret()
public int getPlatformInitializationRetryFrequency()
public String getAnalyticsUri()
public String getMetricsBaseUri()
public Boolean backoffEnabled()
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.