| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| net.java.truelicense.core.io |
Provides I/O services.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
LicenseApplicationContext.fileStore(File file)
Returns a store for the given
file. |
Store |
LicenseApplicationContext.systemNodeStore(Class<?> classInPackage)
Returns a store for the system preferences node for the package of the
given class.
|
Store |
LicenseApplicationContext.userNodeStore(Class<?> classInPackage)
Returns a store for the user preferences node for the package of the
given class.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseConsumerManager |
LicenseConsumerContext.chainedManager(LicenseConsumerManager parent,
Authentication authentication,
Encryption encryption,
Store store)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
LicenseConsumerManager |
LicenseConsumerContext.ftpManager(LicenseConsumerManager parent,
Authentication authentication,
Encryption encryption,
Store secret,
int days)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
LicenseConsumerManager |
LicenseConsumerContext.manager(Authentication authentication,
Encryption encryption,
Store store)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeIn(Store store)
Store the license key in the given store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileStore
A file store.
|
class |
MemoryStore
A (heap) memory store.
|
class |
PreferencesStore
A preferences (node) store.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreProvider.store()
Returns the store.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.