Package velox.api.layer1.settings
Interface Layer1UserLicenseFieldsInterface
public interface Layer1UserLicenseFieldsInterface
Implement this interface if you want your strategy, layer0 provider or
CredentialsFieldManager to receive user license fields related to
it-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptUserLicenseFields(Map<String, String> licenseFields) User license fields related to this module (e.g.
-
Method Details
-
acceptUserLicenseFields
User license fields related to this module (e.g. expiration date) will be passed to this method as soon as the object is created- Parameters:
licenseFields- user license fields
-