Class DynamicPermissionsChecks
java.lang.Object
org.bonitasoft.engine.authorization.properties.ConfigurationFile
org.bonitasoft.engine.authorization.properties.ResourcesPermissionsMapping
org.bonitasoft.engine.authorization.properties.DynamicPermissionsChecks
@Component
@Order(3)
@ConditionalOnSingleCandidate(DynamicPermissionsChecks.class)
public class DynamicPermissionsChecks
extends ResourcesPermissionsMapping
- Author:
- Anthony Birembaut
-
Field Summary
FieldsFields inherited from class org.bonitasoft.engine.authorization.properties.ResourcesPermissionsMapping
API_METHOD_SEPARATOR, RESOURCE_IDS_SEPARATOR, WILDCARDFields inherited from class org.bonitasoft.engine.authorization.properties.ConfigurationFile
cacheKey, CONFIGURATION_FILES_CACHE, setKeysToLowerCase -
Constructor Summary
ConstructorsConstructorDescriptionDynamicPermissionsChecks(CacheService cacheService, ConfigurationFilesManager configurationFilesManager) -
Method Summary
Methods inherited from class org.bonitasoft.engine.authorization.properties.ResourcesPermissionsMapping
buildResourceKey, getResourcePermissions, getResourcePermissions, getResourcePermissionsWithWildCard, getResourceQualifiersWithWildCard, hasCustomVersionMethods inherited from class org.bonitasoft.engine.authorization.properties.ConfigurationFile
getProperty, getPropertyAsSet, readPropertiesFromClasspathAndStoreThemInCache, readPropertiesFromDatabaseAndStoreThemInCache, removeCustomProperty, removeInternalProperty, removeProperty, setCustomProperty, setCustomPropertyAsSet, setInternalProperty, setInternalPropertyAsSet, setProperty, setPropertyAsSet
-
Field Details
-
PROPERTIES_FILENAME
Default name of the preferences file- See Also:
-
-
Constructor Details
-
DynamicPermissionsChecks
public DynamicPermissionsChecks(CacheService cacheService, ConfigurationFilesManager configurationFilesManager)
-
-
Method Details
-
getPropertiesFileName
- Overrides:
getPropertiesFileNamein classResourcesPermissionsMapping
-
hasInternalVersion
protected boolean hasInternalVersion()- Overrides:
hasInternalVersionin classResourcesPermissionsMapping
-
readPropertiesAndStoreThemInCache
- Overrides:
readPropertiesAndStoreThemInCachein classConfigurationFile
-