public static class ManagementConfiguration.ManagementConfigurationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ManagementConfiguration |
build() |
ManagementConfiguration.ManagementConfigurationBuilder |
disableSsl(boolean disableSsl)
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 |
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 |
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 disableSsl(boolean disableSsl)
this
.public ManagementConfiguration.ManagementConfigurationBuilder requestTimeout(Long requestTimeout)
this
.public ManagementConfiguration build()
Copyright © 2023 Cense Data Inc.. All rights reserved.