Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_DENIED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial does not allow using a specific commercial product.
ARRAY - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
asBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
asBoolean() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Coerces underlying value to boolean according to the rules of Javascript coercion.
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
asNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
asNumber() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Coerces the underlying value to a number according to the rules of Javascript coercion.
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
asString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
asString() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Coerces the underlying value to a String according to the rules of JavaScript coercion.

B

BOOLEAN - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 
BuildType - Enum Class in com.vaadin.pro.licensechecker
 

C

CANNOT_REACH_SERVER - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
Capabilities - Class in com.vaadin.pro.licensechecker
A set of License Checker capabilities (license check option) that it can run for a subscription and product.
Capabilities() - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates an empty set of capabilities.
Capabilities(Capability) - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with a single capability.
Capabilities(Capability...) - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with multiple capabilities.
Capability - Enum Class in com.vaadin.pro.licensechecker
Represents a License Checker capability that can be run for a subscription and product.
checkLicense(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicense(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.
checkLicense(String, String, BuildType, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.
checkLicense(String, String, BuildType, Consumer<String>, int) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.
checkLicense(String, String, BuildType, Consumer<String>, int, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, BuildType, Consumer<String>, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, BuildType, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicense(String, String, BuildType, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicense(String, String, Capabilities, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done.
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done.
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, int) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done.
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, int, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicenseAsync(String, String, LicenseChecker.Callback) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicenseFromStaticBlock(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
checkLicenseFromStaticBlock(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version from a static block.
checkLicenseFromStaticBlock(String, String, BuildType, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version from a static block with the given capabilities (extra license checks).
checkSubscriptionKey() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Checks if a valid subscription key is available.
clearAll() - Static method in class com.vaadin.pro.licensechecker.History
Clears the local check history so that all products are checked again.
com.vaadin.pro.licensechecker - package com.vaadin.pro.licensechecker
 
com.vaadin.pro.licensechecker.dau - package com.vaadin.pro.licensechecker.dau
 
com.vaadin.pro.licensechecker.json - package com.vaadin.pro.licensechecker.json
 
com.vaadin.pro.licensechecker.json.impl - package com.vaadin.pro.licensechecker.json.impl
 
Constants - Interface in com.vaadin.pro.licensechecker
 
constructUrl(String, Product) - Static method in class com.vaadin.pro.licensechecker.VaadinComIntegration
 
copyLarge(InputStream, OutputStream, byte[]) - Static method in class com.vaadin.pro.licensechecker.Util
From commons-io IOUtils.
create(boolean) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
create(boolean) - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
create(boolean) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create a LicenseCheckerJsonBoolean from a Java boolean.
create(double) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
create(double) - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
create(double) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create a LicenseCheckerJsonNumber from a Java double.
create(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
create(String) - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
create(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create a LicenseCheckerJsonString from a Java String.
createArray() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
createArray() - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
createArray() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create an empty LicenseCheckerJsonArray.
createNull() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
createNull() - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
createNull() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create a LicenseCheckerJsonNull.
createObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
createObject() - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
createObject() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Create an empty LicenseCheckerJsonObject.

D

DauIntegration - Class in com.vaadin.pro.licensechecker.dau
API to integrate an application with Daily Active User (DAU) tracking.
DauIntegration() - Constructor for class com.vaadin.pro.licensechecker.dau.DauIntegration
 
DEFAULT_PRE_TRIAL_DURATION_DAYS - Static variable in class com.vaadin.pro.licensechecker.History
 
DEVELOPMENT - Enum constant in enum class com.vaadin.pro.licensechecker.BuildType
 
downloadLicense(LicenseChecker.DownloadOptions) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Downloads a Vaadin Pro license key by opening the system browser for authentication.
DownloadOptions(Product) - Constructor for class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Creates download options with the specified source product.
DownloadOptions(Product, int) - Constructor for class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Creates download options with a custom timeout.
DownloadOptions(Product, int, Consumer<String>) - Constructor for class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Creates download options with a custom URL handler.

E

EnforcementException - Exception in com.vaadin.pro.licensechecker.dau
An EnforcementException is thrown when License Server imposes enforcement for the application and the EnforcementRule check is not satisfied.
EnforcementException(String) - Constructor for exception com.vaadin.pro.licensechecker.dau.EnforcementException
Constructs a new enforcement exception with the given detail message.
EnvironmentVariables - Class in com.vaadin.pro.licensechecker
This class exists only to make environment variables testable.
EnvironmentVariables() - Constructor for class com.vaadin.pro.licensechecker.EnvironmentVariables
 
EOF - Static variable in class com.vaadin.pro.licensechecker.Util
 
escapeControlChars(String) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
Convert special control characters into unicode escape format.
Expired(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCheckException.Expired
Constructs a new Expired exception with the specified detail message.
Expired(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCreationException.Expired
Constructs a new Expired exception with the specified detail message.
EXPIRED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial period has concluded and is no longer active.

F

failed(Exception) - Method in interface com.vaadin.pro.licensechecker.LicenseChecker.Callback
 
fromJson(String) - Static method in class com.vaadin.pro.licensechecker.ProKey
 
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Creates a new OfflineKey based on the given string representation.
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalProKey
Creates a new ProKey based on the given string representation.
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalSubscriptionKey
Creates a new SubscriptionKey based on the given string representation.

G

get() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Finds an offline key, either from a system property or from the home directory.
get() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
get() - Static method in class com.vaadin.pro.licensechecker.LocalSubscriptionKey
Gets the current subscription key, if found.
get() - Static method in class com.vaadin.pro.licensechecker.MachineId
Deprecated.
Use MachineId() and instance methods instead.
get(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
get(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array.
get(String) - Static method in class com.vaadin.pro.licensechecker.EnvironmentVariables
 
get(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
get(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a LicenseCheckerJsonValue.
getAccount() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getAll() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Returns all offline keys found in the file system, in priority order.
getAllowedFeatures() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getAllowedProducts() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getArray(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getArray(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array (uncoerced) as a LicenseCheckerJsonArray.
getArray(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getArray(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a LicenseCheckerJsonArray.
getBoolean() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
getBoolean() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonBoolean
 
getBoolean(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getBoolean(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array (uncoerced) as a boolean.
getBoolean(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getBoolean(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a boolean.
getDaysRemaining() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the number of days remaining in the pre-trial period.
getDaysRemainingUntilRenewal() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the number of days remaining until a new pre-trial can be started.
getExpires() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getHash(String, byte[], Charset) - Static method in class com.vaadin.pro.licensechecker.Util
 
getHashPrefix(String, byte[], Charset, int) - Static method in class com.vaadin.pro.licensechecker.Util
 
getHillaVersion() - Static method in class com.vaadin.pro.licensechecker.Platform
Returns Hilla version.
getJwtData() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getKey() - Method in enum class com.vaadin.pro.licensechecker.BuildType
 
getKey() - Method in class com.vaadin.pro.licensechecker.SubscriptionKey
Gets the subscription key.
getLastCheckTime(Product, BuildType, ProKey) - Static method in class com.vaadin.pro.licensechecker.History
 
getLastPreTrialCheckTime(Product, MachineId) - Static method in class com.vaadin.pro.licensechecker.History
 
getLastPreTrialCheckTime(Product, String) - Static method in class com.vaadin.pro.licensechecker.History
getLastSubscription(Product, ProKey) - Static method in class com.vaadin.pro.licensechecker.History
 
getLocation() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getLocations() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Returns all file locations where offline keys are searched, in priority order.
getMachineId() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getName() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getName() - Method in class com.vaadin.pro.licensechecker.Product
 
getNumber() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
getNumber() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonNumber
 
getNumber(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getNumber(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array (uncoerced) as a number.
getNumber(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getNumber(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a number.
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
getObject() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonValue
 
getObject(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getObject(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array (uncoerced) as a LicenseCheckerJsonObject If the type is not an object,, this can result in runtime errors.
getObject(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getObject(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a LicenseCheckerJsonObject If the type is not an object,, this can result in runtime errors.
getOfflineUrl(MachineId) - Static method in class com.vaadin.pro.licensechecker.OfflineKeyValidator
 
getOfflineUrl(String) - Static method in class com.vaadin.pro.licensechecker.OfflineKeyValidator
Deprecated.
getOrFail() - Static method in class com.vaadin.pro.licensechecker.LocalSubscriptionKey
Gets the current subscription key or throws an exception if not available.
getPreTrial() - Method in exception com.vaadin.pro.licensechecker.PreTrialLicenseValidationException
Retrieves the PreTrial instance associated with this exception.
getPreTrial(Product) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Gets the status of a pre-trial period for the given product using the default machine ID.
getPreTrial(Product, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Gets the status of a pre-trial period for the given product and machineId.
getProductName() - Method in exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Gets the name of the product associated with this exception.
getProductVersion() - Method in exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Gets the version of the product associated with this exception.
getProKey() - Method in class com.vaadin.pro.licensechecker.ProKey
 
getSource() - Method in class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Gets the product that triggered the download.
getString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
getString() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonString
 
getString(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getString(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Return the ith element of the array (uncoerced) as a String.
getString(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getString(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Return the element (uncoerced) as a String.
getSubscription() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getSubscriptionKey() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getTimeoutSeconds() - Method in class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Gets the timeout in seconds.
getTrialName() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the name of the trial associated with this pre-trial instance.
getTrialState() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the current state of the pre-trial instance.
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
getType() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
getType() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Returns an enumeration representing the fundamental JSON type.
getUrlHandler() - Method in class com.vaadin.pro.licensechecker.LicenseChecker.DownloadOptions
Gets the URL handler.
getUuid() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getVaadinFolder() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getVaadinVersion() - Static method in class com.vaadin.pro.licensechecker.Platform
Returns the platform version string, e.g., "23.0.0".
getVersion() - Method in class com.vaadin.pro.licensechecker.Product
 

H

has(Capability) - Method in class com.vaadin.pro.licensechecker.Capabilities
Checks if this set of capabilities contains a given capability.
hasKey(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
hasKey(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Test whether a given key has present.
History - Class in com.vaadin.pro.licensechecker
 
History() - Constructor for class com.vaadin.pro.licensechecker.History
 

I

instance() - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
isCannotReachServer() - Method in exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Indicates whether the exception was caused by an inability to reach the server.
isDevelopmentBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
isProductionBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
isValidLicense(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.

J

jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
jsEquals(LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
jsEquals(LicenseCheckerJsonValue) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Equivalent of Javascript '==' operator comparison between two values.

K

keys() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
keys() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
All keys of the object.

L

length() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
length() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Length of the array.
LICENSE_SERVER_API_VERSION - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_DAU_PUBLISHING_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_HOST - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_LICENSES_PREFIX - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_PRETRIAL_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_PRO_LICENSE_VALIDATION_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_URL_PARAMETER - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LicenseChecker - Class in com.vaadin.pro.licensechecker
 
LicenseChecker() - Constructor for class com.vaadin.pro.licensechecker.LicenseChecker
 
LicenseChecker.Callback - Interface in com.vaadin.pro.licensechecker
 
LicenseChecker.DownloadOptions - Class in com.vaadin.pro.licensechecker
Options for downloading a license key.
LicenseCheckerJreJsonArray - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of LicenseCheckerJsonArray.
LicenseCheckerJreJsonArray(LicenseCheckerJsonFactory) - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
LicenseCheckerJreJsonBoolean - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of LicenseCheckerJsonBoolean.
LicenseCheckerJreJsonBoolean(boolean) - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
LicenseCheckerJreJsonFactory - Class in com.vaadin.pro.licensechecker.json.impl
Implementation of LicenseCheckerJsonFactory interface using org.json library.
LicenseCheckerJreJsonFactory() - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
LicenseCheckerJreJsonNull - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of JsonObject.
LicenseCheckerJreJsonNull() - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
LicenseCheckerJreJsonNumber - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of LicenseCheckerJsonNumber.
LicenseCheckerJreJsonNumber(double) - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
LicenseCheckerJreJsonObject - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of LicenseCheckerJsonObject.
LicenseCheckerJreJsonObject(LicenseCheckerJsonFactory) - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
LicenseCheckerJreJsonString - Class in com.vaadin.pro.licensechecker.json.impl
Server-side implementation of LicenseCheckerJsonString.
LicenseCheckerJreJsonString(String) - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
LicenseCheckerJreJsonValue - Class in com.vaadin.pro.licensechecker.json.impl
JRE (non-Client) implementation of LicenseCheckerJreJsonValue.
LicenseCheckerJreJsonValue() - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonValue
 
LicenseCheckerJson - Class in com.vaadin.pro.licensechecker.json
Vends out implementation of LicenseCheckerJsonFactory.
LicenseCheckerJson() - Constructor for class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
LicenseCheckerJsonArray - Interface in com.vaadin.pro.licensechecker.json
Represents a LicenseCheckerJson array.
LicenseCheckerJsonBoolean - Interface in com.vaadin.pro.licensechecker.json
Represents a LicenseCheckerJson boolean.
LicenseCheckerJsonException - Exception in com.vaadin.pro.licensechecker.json
A exception representing an error in parsing or serializing LicenseCheckerJson.
LicenseCheckerJsonException(String) - Constructor for exception com.vaadin.pro.licensechecker.json.LicenseCheckerJsonException
 
LicenseCheckerJsonFactory - Interface in com.vaadin.pro.licensechecker.json
Factory interface for parsing and creating JSON objects.
LicenseCheckerJsonNull - Interface in com.vaadin.pro.licensechecker.json
Represents the LicenseCheckerJson null value.
LicenseCheckerJsonNumber - Interface in com.vaadin.pro.licensechecker.json
Represents a LicenseCheckerJson number value.
LicenseCheckerJsonObject - Interface in com.vaadin.pro.licensechecker.json
Represents a LicenseCheckerJson object.
LicenseCheckerJsonString - Interface in com.vaadin.pro.licensechecker.json
Represents a LicenseCheckerJson String value.
LicenseCheckerJsonType - Enum Class in com.vaadin.pro.licensechecker.json
Represents the type of the underlying LicenseCheckerJsonValue.
LicenseCheckerJsonUtil - Class in com.vaadin.pro.licensechecker.json.impl
Direct port of json2.js at http://www.json.org/json2.js to GWT.
LicenseCheckerJsonUtil() - Constructor for class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
 
LicenseCheckerJsonValue - Interface in com.vaadin.pro.licensechecker.json
Base interface for all LicenseCheckerJson values.
LicenseException - Exception in com.vaadin.pro.licensechecker
 
LicenseException(String) - Constructor for exception com.vaadin.pro.licensechecker.LicenseException
 
LicenseException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.LicenseException
 
LicenseValidationException - Exception in com.vaadin.pro.licensechecker
An exception thrown when a license cannot be validated, for example because of network errors in an online validation.
LicenseValidationException(String) - Constructor for exception com.vaadin.pro.licensechecker.LicenseValidationException
Constructs a new exception with the given detail message.
LicenseValidationException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.LicenseValidationException
Constructs a new publishing exception with the specified detail message and cause.
LocalOfflineKey - Class in com.vaadin.pro.licensechecker
Fetches an offline key from either the home directory (~/.vaadin/offlineKey) or from a system property (vaadin.offlineKey) if available.
LocalOfflineKey() - Constructor for class com.vaadin.pro.licensechecker.LocalOfflineKey
 
LocalProKey - Class in com.vaadin.pro.licensechecker
 
LocalProKey() - Constructor for class com.vaadin.pro.licensechecker.LocalProKey
 
LocalSubscriptionKey - Class in com.vaadin.pro.licensechecker
Subscription key loader.
LocalSubscriptionKey() - Constructor for class com.vaadin.pro.licensechecker.LocalSubscriptionKey
 

M

MachineId - Class in com.vaadin.pro.licensechecker
 
MachineId() - Constructor for class com.vaadin.pro.licensechecker.MachineId
Generates both v1 and v2 machine IDs.
main(String[]) - Static method in class com.vaadin.pro.licensechecker.MachineId
 
MissingLicenseKeyException - Exception in com.vaadin.pro.licensechecker
Thrown to indicate that a required license key is missing.
MissingLicenseKeyException(Product) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException for the specified product.
MissingLicenseKeyException(Product, String) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException with a specified detail message and product information.
MissingLicenseKeyException(String) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException with the specified detail message.

N

newTrackingHash() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Creates a new hashed identifier to track a potential Daily Active User of the application.
NO_ACCESS - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
none() - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates an empty set of capabilities.
NULL - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 
NULL_INSTANCE - Static variable in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
NUMBER - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 

O

OBJECT - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 
of(Capability) - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with a single capability.
of(Capability...) - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with multiple capabilities.
OfflineKey - Class in com.vaadin.pro.licensechecker
A key for offline validation of licenses.
OfflineKey(String) - Constructor for class com.vaadin.pro.licensechecker.OfflineKey
 
OfflineKeyValidator - Class in com.vaadin.pro.licensechecker
Validator that can allow or deny usage of a given product version for a given offline key.
OfflineKeyValidator() - Constructor for class com.vaadin.pro.licensechecker.OfflineKeyValidator
 
ok() - Method in interface com.vaadin.pro.licensechecker.LicenseChecker.Callback
 
OK - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
OnlineKeyValidator - Class in com.vaadin.pro.licensechecker
 
OnlineKeyValidator() - Constructor for class com.vaadin.pro.licensechecker.OnlineKeyValidator
 
OnlineKeyValidator.Result - Enum Class in com.vaadin.pro.licensechecker
 

P

parse(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonFactory
 
parse(String) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
 
parse(String) - Static method in class com.vaadin.pro.licensechecker.json.LicenseCheckerJson
 
parse(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonFactory
Parse a String in JSON format and return a LicenseCheckerJsonValue of the appropriate type.
parseJson(int, InputStream) - Static method in class com.vaadin.pro.licensechecker.Util
Parses a JSON response from an input stream and converts it into a LicenseCheckerJsonObject.
parseJson(ObjectInputStream) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonValue
 
Platform - Class in com.vaadin.pro.licensechecker
Provides information about the current version of Vaadin Platform.
Platform() - Constructor for class com.vaadin.pro.licensechecker.Platform
 
PRE_TRIAL - Enum constant in enum class com.vaadin.pro.licensechecker.Capability
7-days free trial period.
PreTrial - Class in com.vaadin.pro.licensechecker
Represents a pre-trial state for a trial subscription, containing information about the trial name, state, remaining days, and days until renewal.
PreTrial(String, PreTrial.PreTrialState, int, int) - Constructor for class com.vaadin.pro.licensechecker.PreTrial
 
PreTrial.PreTrialState - Enum Class in com.vaadin.pro.licensechecker
Represents the state of a pre-trial.
PreTrialCheckException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the check of pre-trial status.
PreTrialCheckException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCheckException
Constructs a new PreTrialCheckException with the specified detail message.
PreTrialCheckException.Expired - Exception in com.vaadin.pro.licensechecker
Represents an exception thrown when the check of a pre-trial period fails due to the current trial being expired and not yet renewable.
PreTrialCreationException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the creation of a pre-trial period.
PreTrialCreationException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCreationException
Constructs a new PreTrialCreationException with the specified detail message.
PreTrialCreationException.Expired - Exception in com.vaadin.pro.licensechecker
Represents an exception thrown when the creation of a pre-trial period fails due to the current trial being expired and not yet renewable.
PreTrialLicenseValidationException - Exception in com.vaadin.pro.licensechecker
Exception thrown when a pre-trial validation fails due to specific conditions of the pre-trial state.
PreTrialLicenseValidationException(PreTrial) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialLicenseValidationException
Constructs a new PreTrialLicenseValidationException with a given pre-trial state.
PreTrialStatusCheckException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the check of pre-trial status.
PreTrialStatusCheckException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Constructs a new PreTrialStatusCheckException with the specified detail message.
PreTrialStatusCheckException(String, boolean) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Constructs a new PreTrialStatusCheckException with the specified detail message.
Product - Class in com.vaadin.pro.licensechecker
 
Product(String, String) - Constructor for class com.vaadin.pro.licensechecker.Product
 
PRODUCTION - Enum constant in enum class com.vaadin.pro.licensechecker.BuildType
 
ProKey - Class in com.vaadin.pro.licensechecker
 
ProKey(String, String) - Constructor for class com.vaadin.pro.licensechecker.ProKey
 
PublishingException - Exception in com.vaadin.pro.licensechecker.dau
An exception that can be thrown by Publisher during DAU data publishing.
PublishingException(String) - Constructor for exception com.vaadin.pro.licensechecker.dau.PublishingException
Constructs a new exception with the given detail message.
PublishingException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.dau.PublishingException
Constructs a new publishing exception with the specified detail message and cause.
put(String, boolean) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
put(String, boolean) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Set a given key to the given boolean value.
put(String, double) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
put(String, double) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Set a given key to the given double value.
put(String, LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
put(String, LicenseCheckerJsonValue) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Set a given key to the given value.
put(String, String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
put(String, String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Set a given key to the given String value.

Q

quote(String) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
Safely escape an arbitrary string as a JSON string literal.

R

remove(int) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
remove(int) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Remove an element of the array at a particular index.
remove(String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
remove(String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonObject
Remove a given key and associated value from the object.
removeTrailingSlash(String) - Static method in class com.vaadin.pro.licensechecker.Util
 
RUNNING - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial period is currently active and ongoing.

S

set(int, boolean) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
set(int, boolean) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Set the value at index to be a boolean value.
set(int, double) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
set(int, double) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Set the value at index to be a number value.
set(int, LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
set(int, LicenseCheckerJsonValue) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Set the value at index to be a given value.
set(int, String) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
set(int, String) - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonArray
Set the value at index to be a String value.
set(String, LicenseCheckerJsonValue) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
setLastSubscription(Product, String, ProKey) - Static method in class com.vaadin.pro.licensechecker.History
 
setName(String) - Method in class com.vaadin.pro.licensechecker.Product
 
setStrictOffline(boolean) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
 
setVersion(String) - Method in class com.vaadin.pro.licensechecker.Product
 
shouldEnforce() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Tells whether new user, i.e. not yet tracked and not yet counted, should be blocked immediately.
stablePartMatches(String) - Method in class com.vaadin.pro.licensechecker.MachineId
Checks if this machine ID matches the provided license machine ID.
START_ALLOWED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial process is permitted to start.
startPreTrial() - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Starts a pre-trial period by using the default machine ID and a predefined user key.
startPreTrial(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Starts a pre-trial period by using given machine ID and given user key.
startTracking(String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Starts Daily Active User tracking for the calling application.
stopTracking() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Stops Daily Active User tracking for the calling application.
STRING - Enum constant in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
 
stringify(LicenseCheckerJsonValue) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
Converts a LicenseCheckerJson Object to LicenseCheckerJson format.
stringify(LicenseCheckerJsonValue, int) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
Converts a JSO to LicenseCheckerJson format.
stringify(LicenseCheckerJsonValue, String) - Static method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJsonUtil
Converts a LicenseCheckerJson object to LicenseCheckerJson formatted String.
SubscriptionKey - Class in com.vaadin.pro.licensechecker
Representation of a Vaadin subscription key.

T

TIMESTAMP_FORMAT - Static variable in class com.vaadin.pro.licensechecker.Util
A DateTimeFormatter instance defining a standardized format for timestamps accepted by License Server.
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
toJson() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
toJson() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
Returns a serialized JSON string representing this value.
toJson() - Method in class com.vaadin.pro.licensechecker.ProKey
 
toNative() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonValue
 
toNative() - Method in interface com.vaadin.pro.licensechecker.json.LicenseCheckerJsonValue
If used in a GWT context (dev or prod mode), converts the object to a native JavaScriptObject suitable for passing to JSNI methods.
toString() - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
toString() - Method in class com.vaadin.pro.licensechecker.PreTrial
 
toString() - Method in class com.vaadin.pro.licensechecker.Product
 
toString(InputStream) - Static method in class com.vaadin.pro.licensechecker.Util
 
trackUser(String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Registers the user identified by the provided hash as a Daily Active User, adding it to the DAU tracking data set.
trackUser(String, String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Registers the user identified by the provided tracking hash and user identity as a Daily Active User, adding it to the DAU tracking data set, or assigns the identity to an existing "anonymous" tracked user.
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonArray
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonBoolean
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNull
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonNumber
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonObject
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonString
 
traverse(LicenseCheckerJsonVisitor, LicenseCheckerJsonContext) - Method in class com.vaadin.pro.licensechecker.json.impl.LicenseCheckerJreJsonValue
 

U

Util - Class in com.vaadin.pro.licensechecker
 
Util() - Constructor for class com.vaadin.pro.licensechecker.Util
 

V

VaadinComIntegration - Class in com.vaadin.pro.licensechecker
 
VaadinComIntegration() - Constructor for class com.vaadin.pro.licensechecker.VaadinComIntegration
 
validateURL(String) - Static method in class com.vaadin.pro.licensechecker.Util
 
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.BuildType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.Capability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.pro.licensechecker.BuildType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.Capability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.json.LicenseCheckerJsonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Returns an array containing the constants of this enum class, in the order they are declared.

W

write(ProKey) - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form