| Package | Description |
|---|---|
| com.vaadin.pro.licensechecker |
| Modifier and Type | Method and Description |
|---|---|
static OfflineKey |
LocalOfflineKey.get()
Finds an offline key, either from a system property or from the home
directory.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OfflineKey> |
LocalOfflineKey.fromString(String key)
Creates a new
OfflineKey based on the given string
representation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseChecker.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 void |
LicenseChecker.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.
|
Copyright © 2017-2025. All Rights Reserved.