Class OfflineKeyValidator

java.lang.Object
com.vaadin.pro.licensechecker.OfflineKeyValidator

public class OfflineKeyValidator extends Object
Validator that can allow or deny usage of a given product version for a given offline key.

For development, the offline key can be used if it has not expired and the checksum matches the expected for the machine it is run on.

For production, the offline key can also be used if it is a productionOnly key and has not expired.

  • Constructor Details

    • OfflineKeyValidator

      public OfflineKeyValidator()
  • Method Details

    • getOfflineUrl

      public static String getOfflineUrl(String machineId)