Class LinkedLicenseProvider

java.lang.Object
com.aquima.interactions.ds.license.LinkedLicenseProvider
All Implemented Interfaces:
ILicenseProvider

public class LinkedLicenseProvider extends Object implements ILicenseProvider
Class to combine multiple license providers.
Since:
8.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getLicenseKey

      public LicenseKey getLicenseKey()
      Description copied from interface: ILicenseProvider
      This method return the license key.
      Specified by:
      getLicenseKey in interface ILicenseProvider
      Returns:
      LicenseKey The license key or null when no license was found.
    • hasLicenseKey

      public boolean hasLicenseKey()
      Description copied from interface: ILicenseProvider
      This method returns whether there is a license or not, but it does not validate the license.
      Specified by:
      hasLicenseKey in interface ILicenseProvider
      Returns:
      true when there is a license and false otherwise.