public interface LicenseTransferService
| Modifier and Type | Method and Description |
|---|---|
void |
addLicense(String licKey)
Validates and adds a product license issued by the authorized SDN
licensing portal in all team members.
|
void |
deactivateLicense(String sno)
Deactivates an active license of a serial number across all team nodes.
|
String[] |
getLicenses(SystemInformation system)
Get all licenses stored in database.
|
String |
installId(SystemInformation system)
Get the install id assigned for this install base.
|
String installId(SystemInformation system) throws Exception
system - base system to obtain install id fromException - throws an exception if anyvoid addLicense(String licKey)
licKey - encrypted license key that needs to be addedvoid deactivateLicense(String sno)
sno - license with serial number that needs to be deactivatedString[] getLicenses(SystemInformation system) throws Exception
system - base system to obtain licenses fromException - throws an exception if anyCopyright © 2014. All Rights Reserved.