Uses of Class
com.vaadin.pro.licensechecker.SubscriptionKey
Packages that use SubscriptionKey
-
Uses of SubscriptionKey in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return SubscriptionKeyModifier and TypeMethodDescriptionstatic SubscriptionKeyLocalSubscriptionKey.get()Gets the current subscription key, if found.static SubscriptionKeyLocalSubscriptionKey.getOrFail()Gets the current subscription key or throws an exception if not available.Methods in com.vaadin.pro.licensechecker that return types with arguments of type SubscriptionKeyModifier and TypeMethodDescriptionstatic Optional<SubscriptionKey>LocalSubscriptionKey.fromString(String key) Creates a newSubscriptionKeybased on the given string representation.Methods in com.vaadin.pro.licensechecker with parameters of type SubscriptionKeyModifier 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.