|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LicenseManager | |
|---|---|
| blackboard.platform | |
| Uses of LicenseManager in blackboard.platform |
|---|
| Methods in blackboard.platform that return LicenseManager | |
|---|---|
static LicenseManager |
LicenseUtil.createSignedLicenseManager(LicenseManager lm)
|
static LicenseManager |
LicenseManagerFactory.getInstance()
Access the currently configured LicenseManager for the system |
static LicenseManager |
BbServiceManager.getLicenseManager()
Deprecated. Since 9.0. Use LicenseManagerFactory.getInstance() instead |
static LicenseManager |
LicenseManagerFactory.newInstance(java.io.File licenseFile)
Returns an instance of LicenseManager initialized with the specified file. |
static LicenseManager |
LicenseManagerFactory.newInstance(java.io.File licenseFile,
boolean validate)
Returns an instance of LicenseManager initialized with the specified file. |
static LicenseManager |
LicenseManagerFactory.newInstance(java.io.InputStream licenseStream,
boolean validate)
Returns an instance of LicenseManager initialized with the specified stream. |
static LicenseManager |
LicenseManagerFactory.newInstance(java.lang.String productName,
java.lang.String clientId,
java.lang.String productOwnedId,
License[] licenses,
java.lang.String key)
Creates a new instance of the license manager based on the information passed in. |
| Methods in blackboard.platform with parameters of type LicenseManager | |
|---|---|
static LicenseManager |
LicenseUtil.createSignedLicenseManager(LicenseManager lm)
|
static boolean |
LicenseUtil.isValidLicenseManagerKey(LicenseManager lm)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||