public interface ILicense extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPIRATION_DATE_KEY
Key for expiration date (Usage is optional).
|
static String |
MAXIMUM_VERSION_INCLUDED_KEY
Key for inclusion of maximum version (Usage is optional).
|
static String |
MAXIMUM_VERSION_KEY
Key for maximum version (Usage is optional).
|
static String |
MINIMUM_VERSION_INCLUDED_KEY
Key for inclusion of minimum version (Usage is optional).
|
static String |
MINIMUM_VERSION_KEY
Key for minimum version (Usage is optional).
|
static String |
OWNER_KEY
Key for owner (Usage is optional).
|
static String |
PRODUCT_KEY
A key for the product (Usage is optional).
|
static String |
VERSION_KEY
Key for version (Usage is optional).
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(ILicenseContext context)
Initialize the license using the given context.
|
void |
verify(ILicenseContext context)
Verify the license using the given context
|
static final String PRODUCT_KEY
static final String EXPIRATION_DATE_KEY
static final String OWNER_KEY
static final String MINIMUM_VERSION_KEY
static final String MINIMUM_VERSION_INCLUDED_KEY
static final String MAXIMUM_VERSION_KEY
static final String MAXIMUM_VERSION_INCLUDED_KEY
static final String VERSION_KEY
void init(ILicenseContext context)
context - context containing parameters.void verify(ILicenseContext context)
context - the context containing verification parametersCopyright © 2014. All rights reserved.