public interface LicenseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.cyclos.license.webservices.LicenseActivationParams params)
Activates a license for this Cyclos instance
|
void |
checkUserRegistration()
Checks whether a new user can be created, returning normally if so, or throwing a
ValidationException
otherwise |
org.cyclos.license.model.licenses.LicenseDetails |
getDetails()
Returns the current license details
|
boolean |
isSet()
Returns whether there's a license set in this cyclos instance
|
void activate(org.cyclos.license.webservices.LicenseActivationParams params)
throws InstanceServerOfflineException,
LicenseAuthenticationException
void checkUserRegistration()
ValidationException
otherwiseorg.cyclos.license.model.licenses.LicenseDetails getDetails()
boolean isSet()