Package | Description |
---|---|
com.licensespring.management |
This package contains the main classes to be used when interfacing with Management APIS.
|
Modifier and Type | Method and Description |
---|---|
static ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.builder()
Use this builder to construct ManagementConfiguration.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.disableSsl(boolean disableSsl)
Optional parameter, disables ssl checking (for the LicenseSpring servers)
default is false
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.enableRetrying(boolean enableRetrying)
Boolean value that allows or disables retrying on failed API call.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.managementKey(String managementKey)
Required parameter, management Key needed to pass requests to Management API.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.managementURL(String managementURL)
Server endpoint, do not change unless a private LicenseSpring server is deployed.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.proxyHost(String proxyHost)
Optional parameter, used to configure all API calls to use a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.proxyPass(String proxyPass)
Optional parameter, used to configure Basic authentication for a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.proxyPort(Integer proxyPort)
Optional parameter, used to configure all API calls to use a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.proxyUser(String proxyUser)
Optional parameter, used to configure Basic authentication for a proxy service.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.requestLogging(feign.Logger.Level requestLogging)
Adjust logging level of http requests made.
|
ManagementConfiguration.ManagementConfigurationBuilder |
ManagementConfiguration.ManagementConfigurationBuilder.requestTimeout(Long requestTimeout)
Optional parameter for setting the timeout when making api requests (in seconds)
default is 10 seconds
|
Copyright © 2023 Cense Data Inc.. All rights reserved.