Uses of Interface
rs.baselib.licensing.ILicense
| Package | Description |
|---|---|
| rs.baselib.licensing |
Helper methods for licensing products.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
-
Uses of ILicense in rs.baselib.licensing
Classes in rs.baselib.licensing that implement ILicense Modifier and Type Class Description classAbstractLicenseAbstract implementation of a license.classDefaultLicenseDefault implementation of a license.classSimpleLicenseA limited, simple implementation of a license.Methods in rs.baselib.licensing that return ILicense Modifier and Type Method Description ILicenseILicenseVerifier. verify(java.lang.String licenseKey, ILicenseContext context)Verifies the given license string.ILicenseLicenseManager. verify(java.lang.String licenseKey, ILicenseContext context)Verifies the given license string.Methods in rs.baselib.licensing with parameters of type ILicense Modifier and Type Method Description java.lang.StringILicenseCreator. createLicenseKey(ILicenseContext context, ILicense license)Generates a key from the given license.java.lang.StringLicenseGenerator. createLicenseKey(ILicenseContext context, ILicense license)Generates a key from the given license.Method parameters in rs.baselib.licensing with type arguments of type ILicense Modifier and Type Method Description java.lang.StringLicenseGenerator. createLicenseKey(java.lang.Class<? extends ILicense> licenseClass, ILicenseContext context)Generates a license key using the given license class and context. -
Uses of ILicense in rs.baselib.licensing.internal
Methods in rs.baselib.licensing.internal that return ILicense Modifier and Type Method Description ILicenseOctetLicenseVerifier. verify(java.lang.String licenseKey, ILicenseContext context)Verifies the given license string.ILicenseRsaLicenseVerifier. verify(java.lang.String licenseKey, ILicenseContext context)Verifies the given license string.Methods in rs.baselib.licensing.internal with parameters of type ILicense Modifier and Type Method Description java.lang.StringOctetLicenseCreator. createLicenseKey(ILicenseContext context, ILicense license)Generates a key from the given license.java.lang.StringRsaLicenseCreator. createLicenseKey(ILicenseContext context, ILicense license)Generates a key from the given license.