Interface LicenseProvider

All Known Implementing Classes:
AwsLicenseProvider, ConfigLicenseProvider, GcpLicenseProvider

public interface LicenseProvider
Interface for license providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the license.
    boolean
    Checks if the license is available.
    boolean
    Returns true if 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()
      Returns true if license provider is cloud-based.