Package com.aquima.web.config
Class PropertyLicenseProvider
java.lang.Object
com.aquima.web.config.PropertyLicenseProvider
- All Implemented Interfaces:
com.aquima.interactions.foundation.ILicenseProvider
@Order(10)
@RefreshScope
public class PropertyLicenseProvider
extends Object
implements com.aquima.interactions.foundation.ILicenseProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyLicenseProvider
(LicenseProperties licenseProperties) PropertyLicenseProvider
(String license) -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.foundation.LicenseKey
boolean
-
Constructor Details
-
Method Details
-
getLicenseKey
public com.aquima.interactions.foundation.LicenseKey getLicenseKey()- Specified by:
getLicenseKey
in interfacecom.aquima.interactions.foundation.ILicenseProvider
-
hasLicenseKey
public boolean hasLicenseKey()- Specified by:
hasLicenseKey
in interfacecom.aquima.interactions.foundation.ILicenseProvider
-