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.
|
List<okhttp3.ConnectionSpec> |
getConnectionSpecs()
Specifies configuration for the socket connection that HTTP traffic travels through.
|
HostnameVerifier |
getHostnameVerifier()
Verifier used to confirm that response certificates apply to requested hostnames for HTTPS
connections.
|
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 |
getProxyCertPath()
Optional parameter, proxyCertPath path to proxy certificate that client trusts.
|
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()
Deprecated.
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 String getProxyCertPath()
public HostnameVerifier getHostnameVerifier()
@Deprecated public boolean isDisableSsl()
public Long getRequestTimeout()
public List<okhttp3.ConnectionSpec> getConnectionSpecs()
Copyright © 2025 Cense Data Inc.. All rights reserved.