public final class ManagementConfiguration extends Object
LicenseService
, OrderService
.Modifier and Type | Class and Description |
---|---|
static class |
ManagementConfiguration.ManagementConfigurationBuilder
The Management SDK configuration builder.
|
Modifier and Type | Method and Description |
---|---|
static ManagementConfiguration.ManagementConfigurationBuilder |
builder()
Use this builder to construct ManagementConfiguration.
|
boolean |
equals(Object o) |
String |
getApiUrl()
Returns base Management API URL.
|
int |
getManagementAPIVersion()
Api version, do not change.
|
String |
getManagementKey()
Required parameter, management Key needed to pass requests to Management API.
|
String |
getManagementURL()
Server endpoint, do not change unless a private LicenseSpring server is deployed.
|
String |
getProxyHost()
Optional parameter, used to configure all API calls to use a proxy service.
|
String |
getProxyPass()
Optional parameter, used to configure Basic authentication for a proxy service.
|
Integer |
getProxyPort()
Optional parameter, used to configure all API calls to use a proxy service.
|
String |
getProxyUser()
Optional parameter, used to configure Basic authentication for a proxy service.
|
feign.Logger.Level |
getRequestLogging()
Adjust logging level of http requests made.
|
Long |
getRequestTimeout()
Optional parameter for setting the timeout when making api requests (in seconds)
default is 10 seconds
|
int |
hashCode() |
boolean |
isDisableSsl()
Optional parameter, disables ssl checking (for the LicenseSpring servers)
default is false
|
boolean |
isEnableRetrying()
Boolean value that allows or disables retrying on failed API call.
|
String |
toString() |
public static ManagementConfiguration.ManagementConfigurationBuilder builder()
public String getApiUrl()
public int getManagementAPIVersion()
public String getManagementURL()
public String getManagementKey()
public feign.Logger.Level getRequestLogging()
public boolean isEnableRetrying()
ConnectionException
will be thrown.public String getProxyHost()
public Integer getProxyPort()
public String getProxyUser()
public String getProxyPass()
public boolean isDisableSsl()
public Long getRequestTimeout()
Copyright © 2023 Cense Data Inc.. All rights reserved.