Correctly configure tenant config length. (#680)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -15,6 +15,16 @@ package org.eclipse.hawkbit.repository.model;
|
||||
*/
|
||||
public interface TenantConfiguration extends TenantAwareBaseEntity {
|
||||
|
||||
/**
|
||||
* Maximum length of tenant configuration key.
|
||||
*/
|
||||
int KEY_MAX_SIZE = 128;
|
||||
|
||||
/**
|
||||
* Maximum length of tenant configuration value.
|
||||
*/
|
||||
int VALUE_MAX_SIZE = 512;
|
||||
|
||||
/**
|
||||
* @return key of the entry
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user