| Package | Description |
|---|---|
| de.pawlidi.openaletheia |
This package provides application core classes.
|
| de.pawlidi.openaletheia.license |
This package provides license handling classes
|
| Modifier and Type | Method and Description |
|---|---|
License |
AletheiaContext.getLicense()
Getter to get the product license
|
| Modifier and Type | Method and Description |
|---|---|
void |
Aletheia.saveLicense(File licenseFile,
License license) |
void |
Aletheia.saveLicense(String path,
License license) |
| Modifier and Type | Method and Description |
|---|---|
static License |
LicenseProperties.createLicense(Properties properties) |
static License |
LicenseProperties.createLicense(Properties properties,
License license) |
static License |
LicenseProperties.createLicense(Properties properties,
License license,
Properties additional) |
static License |
LicenseProperties.createLicense(Properties properties,
Properties additional) |
License |
LicenseHandler.getLicense()
Getter to get the license
|
| Modifier and Type | Method and Description |
|---|---|
static License |
LicenseProperties.createLicense(Properties properties,
License license) |
static License |
LicenseProperties.createLicense(Properties properties,
License license,
Properties additional) |
static Properties |
LicenseProperties.createProperties(License license) |
static Properties |
LicenseProperties.createProperties(Properties properties,
License license) |
void |
LicenseHandler.setLicense(License license)
Setter to set the license
|
| Constructor and Description |
|---|
LicenseHandler(String privateKey,
String publicKey,
License license)
Constructor to construct new license handler with private, public key and
the license.
|
Copyright © 2017 PAWLIDI.DE. All rights reserved.