Uses of Class
com.vaadin.pro.licensechecker.ProKey
Packages that use ProKey
-
Uses of ProKey in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return ProKeyMethods in com.vaadin.pro.licensechecker that return types with arguments of type ProKeyModifier and TypeMethodDescriptionLocalProKey.fromString(String key) Creates a newProKeybased on the given string representation.Methods in com.vaadin.pro.licensechecker with parameters of type ProKeyModifier and TypeMethodDescriptionstatic voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, java.util.function.Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version in the background and invokes the callback when done.static java.time.InstantHistory.getLastCheckTime(Product product, BuildType buildType, ProKey proKey) static StringHistory.getLastSubscription(Product product, ProKey proKey) static StringHistory.setLastSubscription(Product product, String subscription, ProKey proKey) static void