| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| net.java.truelicense.core.auth |
Provides authentication services.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
LicenseManagementContext.authentication(KeyStoreParameters parameters)
Returns an authentication for the given key store parameters.
|
Authentication |
BasicLicenseManagementContext.authentication(KeyStoreParameters parameters)
Returns an authentication for the given key store parameters.
|
Authentication |
LicenseConsumerContext.ftpKeyStore(Source source,
String storeType,
ObfuscatedString storePassword,
String alias,
ObfuscatedString keyPassword)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
Authentication |
LicenseConsumerContext.keyStore(Source source,
String storeType,
ObfuscatedString storePassword,
String alias)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
Authentication |
LicenseVendorContext.keyStore(Source source,
String storeType,
ObfuscatedString storePassword,
String alias,
ObfuscatedString keyPassword)
Configures a key store based authentication.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseVendorContext.ManagerBuilder |
LicenseVendorContext.ManagerBuilder.authentication(Authentication authentication)
Sets the authentication.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.authentication(Authentication authentication)
Sets the authentication.
|
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.
|
LicenseVendorManager |
LicenseVendorContext.manager(Authentication authentication,
Encryption encryption)
Configures a license vendor manager.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Notary
Signs or verifies repositories with an entry in a
key store.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationProvider.authentication()
Returns the authentication.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.