| Package | Description |
|---|---|
| de.schlichtherle.license |
Provides compatibility with version 1 (V1) format license keys.
|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LicenseContent
Provides compatibility with version 1 (V1) format license keys
as used by TrueLicense 1.X applications.
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseVendorManager.create(License bean,
Sink sink)
Generates a license key from the given license bean and stores the
result to the given sink.
|
License |
LicenseConsumerManager.install(Source source)
Installs the license key from the given source and returns an
unvalidated duplicate of its encoded license bean.
|
License |
LicenseProvider.license()
Returns a license.
|
License |
LicenseManagementContext.license()
Returns a new license.
|
License |
BasicV2LicenseManagementContext.license() |
License |
LicenseConsumerManager.view()
Returns an unvalidated duplicate of the license bean which is encoded in
the installed license key.
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseVendorManager.create(License bean,
Sink sink)
Generates a license key from the given license bean and stores the
result to the given sink.
|
void |
LicenseInitialization.initialize(License bean)
Initializes the properties of the given license bean.
|
void |
LicenseValidation.validate(License bean)
Validates the properties of the given license bean.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.