Interface LicenseProvider
- All Known Implementing Classes:
AwsLicenseProvider,ConfigLicenseProvider,GcpLicenseProvider
public interface LicenseProvider
Interface for license providers.
-
Method Summary
Modifier and TypeMethodDescriptionGets the license.booleanChecks if the license is available.booleanReturnstrueif license provider is cloud-based.
-
Method Details
-
isAvailable
boolean isAvailable()Checks if the license is available. -
getLicense
LicenseWithSignature getLicense()Gets the license. -
isCloudLicense
boolean isCloudLicense()Returnstrueif license provider is cloud-based.
-