public interface LicenseAuthorization
| Modifier and Type | Method and Description |
|---|---|
void |
clearCreate(LicenseParameters lp)
Returns if and only if
creating
a license key is authorized.
|
void |
clearInstall(LicenseParameters lp)
Returns if and only if
installing
a license key is authorized.
|
void |
clearUninstall(LicenseParameters lp)
Returns if and only if
uninstalling
a license key is authorized.
|
void |
clearVerify(LicenseParameters lp)
Returns if and only if
verifying
a license key is authorized.
|
void |
clearView(LicenseParameters lp)
Returns if and only if
viewing
a license key is authorized.
|
void clearCreate(LicenseParameters lp) throws Exception
lp - the license parameters.Exceptionvoid clearInstall(LicenseParameters lp) throws Exception
lp - the license parameters.Exceptionvoid clearUninstall(LicenseParameters lp) throws Exception
lp - the license parameters.Exceptionvoid clearVerify(LicenseParameters lp) throws Exception
lp - the license parameters.Exceptionvoid clearView(LicenseParameters lp) throws Exception
lp - the license parameters.ExceptionCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.