Package de.hybris.platform.jalo.security
Class LicenceInfo
java.lang.Object
de.hybris.platform.jalo.security.LicenceInfo
This class provides detailed information about a licence term. A LicenceInfo contains a status (INFO, WARNING,
ERROR), the current sytem value, the allowed licence value and a readable message.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLicenceInfo(LicenceInfo.Status st, String cValue, String aValue, String mes) Only method to create a LicenceInfo object. -
Method Summary
-
Constructor Details
-
LicenceInfo
Only method to create a LicenceInfo object. Is used byAccessManager.checkLicence()- Parameters:
st- the status, can be INFO, WARNING, ERRORcValue- the current value in the systemaValue- the allowed value by the licencemes- the message which is more significant
-
-
Method Details