Class CompoundPermissionsMapping
- java.lang.Object
-
- org.bonitasoft.engine.authorization.properties.ConfigurationFile
-
- org.bonitasoft.engine.authorization.properties.CompoundPermissionsMapping
-
@Component @Order(3) public class CompoundPermissionsMapping extends ConfigurationFile
- Author:
- Anthony Birembaut
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTIES_FILENAME-
Fields inherited from class org.bonitasoft.engine.authorization.properties.ConfigurationFile
CONFIGURATION_FILES_CACHE, setKeysToLowerCase
-
-
Constructor Summary
Constructors Constructor Description CompoundPermissionsMapping(long tenantId, CacheService cacheService, ConfigurationFilesManager configurationFilesManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPropertiesFileName()protected booleanhasCustomVersion()protected booleanhasInternalVersion()-
Methods inherited from class org.bonitasoft.engine.authorization.properties.ConfigurationFile
getProperty, getPropertyAsSet, removeCustomProperty, removeInternalProperty, removeProperty, setCustomProperty, setCustomPropertyAsSet, setInternalProperty, setInternalPropertyAsSet, setProperty, setPropertyAsSet
-
-
-
-
Field Detail
-
PROPERTIES_FILENAME
public static final java.lang.String PROPERTIES_FILENAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CompoundPermissionsMapping
public CompoundPermissionsMapping(@Value("${tenantId}") long tenantId, CacheService cacheService, ConfigurationFilesManager configurationFilesManager)
-
-
Method Detail
-
getPropertiesFileName
protected java.lang.String getPropertiesFileName()
- Specified by:
getPropertiesFileNamein classConfigurationFile
-
hasCustomVersion
protected boolean hasCustomVersion()
- Specified by:
hasCustomVersionin classConfigurationFile
-
hasInternalVersion
protected boolean hasInternalVersion()
- Specified by:
hasInternalVersionin classConfigurationFile
-
-