public static class ManagementConfiguration.ManagementConfigurationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ManagementConfiguration |
build() |
ManagementConfiguration.ManagementConfigurationBuilder |
connectionSpecs(List<okhttp3.ConnectionSpec> connectionSpecs)
Specifies configuration for the socket connection that HTTP traffic travels through.
|
ManagementConfiguration.ManagementConfigurationBuilder |
disableSsl(boolean disableSsl)
Deprecated.
Optional parameter, disables ssl checking (for the LicenseSpring servers) default
is false
|
ManagementConfiguration.ManagementConfigurationBuilder |
enableRetrying(boolean enableRetrying)
Boolean value that allows or disables retrying on failed API call.
|
ManagementConfiguration.ManagementConfigurationBuilder |
hostnameVerifier(HostnameVerifier hostnameVerifier)
Verifier used to confirm that response certificates apply to requested hostnames for HTTPS
connections.
|
ManagementConfiguration.ManagementConfigurationBuilder |
managementKey(String managementKey)
Required parameter, management Key needed to pass requests to Management API.
|
ManagementConfiguration.ManagementConfigurationBuilder |
managementURL(String managementURL)
Server endpoint, do not change unless a private LicenseSpring server is deployed.
|
ManagementConfiguration.ManagementConfigurationBuilder |
proxyCertPath(String proxyCertPath)
Optional parameter, proxyCertPath path to proxy certificate that client trusts.
|
ManagementConfiguration.ManagementConfigurationBuilder |
proxyHost(String proxyHost)
Optional parameter, used to configure all API calls to use a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
proxyPass(String proxyPass)
Optional parameter, used to configure Basic authentication for a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
proxyPort(Integer proxyPort)
Optional parameter, used to configure all API calls to use a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
proxyUser(String proxyUser)
Optional parameter, used to configure Basic authentication for a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
requestLogging(feign.Logger.Level requestLogging)
Adjust logging level of http requests made.
|
ManagementConfiguration.ManagementConfigurationBuilder |
requestTimeout(Long requestTimeout)
Optional parameter for setting the timeout when making api requests (in seconds) default is 10
seconds
|
String |
toString() |
public ManagementConfiguration.ManagementConfigurationBuilder managementURL(String managementURL)
this
.public ManagementConfiguration.ManagementConfigurationBuilder managementKey(String managementKey)
this
.public ManagementConfiguration.ManagementConfigurationBuilder requestLogging(feign.Logger.Level requestLogging)
this
.public ManagementConfiguration.ManagementConfigurationBuilder enableRetrying(boolean enableRetrying)
ConnectionException
will be thrown.this
.public ManagementConfiguration.ManagementConfigurationBuilder proxyHost(String proxyHost)
this
.public ManagementConfiguration.ManagementConfigurationBuilder proxyPort(Integer proxyPort)
this
.public ManagementConfiguration.ManagementConfigurationBuilder proxyUser(String proxyUser)
this
.public ManagementConfiguration.ManagementConfigurationBuilder proxyPass(String proxyPass)
this
.public ManagementConfiguration.ManagementConfigurationBuilder proxyCertPath(String proxyCertPath)
this
.public ManagementConfiguration.ManagementConfigurationBuilder hostnameVerifier(HostnameVerifier hostnameVerifier)
this
.@Deprecated public ManagementConfiguration.ManagementConfigurationBuilder disableSsl(boolean disableSsl)
this
.public ManagementConfiguration.ManagementConfigurationBuilder requestTimeout(Long requestTimeout)
this
.public ManagementConfiguration.ManagementConfigurationBuilder connectionSpecs(List<okhttp3.ConnectionSpec> connectionSpecs)
this
.public ManagementConfiguration build()
Copyright © 2024 Cense Data Inc.. All rights reserved.