public interface LicenseVendorManager extends ContextProvider<LicenseVendorContext>, LicenseSubjectProvider, LicenseParametersProvider
| Modifier and Type | Method and Description |
|---|---|
License |
create(License bean,
Sink sink)
Generates a license key from the given license bean and stores the
result to the given sink.
|
contextsubjectparametersLicense create(License bean, Sink sink) throws LicenseManagementException
Calling this operation performs an initial authorization check.
bean - the license bean to process.
The bean is not modified by this method.sink - the sink for storing the license key.LicenseValidationException - if validating the license bean fails,
e.g. if the license has expired.LicenseManagementExceptionCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.