| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.authentication(Authentication authentication)
Sets the authentication.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.encryption(Encryption encryption)
Sets the encryption.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.ftpDays(int ftpDays)
Sets the free trial period (FTP) in days (the 24 hour equivalent).
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.manager()
Returns a builder for a
license consumer manager.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.parent()
Returns a builder for the parent license consumer manager.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.parent(LicenseConsumerManager parent)
Sets the parent license consumer manager.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeIn(Store store)
Store the license key in the given store.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeInFile(File file)
Store the license key in the given file.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeInSystemNode(Class<?> classInPackage)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
Use
storeInSystemPreferences(Class) instead. |
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeInSystemPreferences(Class<?> classInPackage)
Store the license key in the system preferences node for the package
of the given class.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeInUserNode(Class<?> classInPackage)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
Use
storeInUserPreferences(Class) instead. |
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.storeInUserPreferences(Class<?> classInPackage)
Store the license key in the user preferences node for the package
of the given class.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseApplicationContext.PbeInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.encryption()
Returns an injection for a password based encryption (PBE).
|
LicenseApplicationContext.KsbaInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.keyStore()
Returns an injection for a key store based authentication.
|
LicenseApplicationContext.PbeInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.pbe()
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
Use
encryption() instead. |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.