Interface ProductConfigurationAccessControlService
- All Known Implementing Classes:
ProductConfigurationAccessControlServiceImpl
public interface ProductConfigurationAccessControlService
Responsible for access control of runtime product configuration entities.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisReadAllowed(String configId) Check if reading configuration is allowed for a configuration specified by its IDbooleanisReleaseAllowed(String configId) Check if a configuration release is allowed for a configuration specified by its IDbooleanisUpdateAllowed(String configId) Check if a configuration update is allowed for a configuration specified by its ID
-
Method Details
-
isUpdateAllowed
Check if a configuration update is allowed for a configuration specified by its ID- Parameters:
configId- Configuration ID- Returns:
- Allowed!
-
isReadAllowed
Check if reading configuration is allowed for a configuration specified by its ID- Parameters:
configId- Configuration ID- Returns:
- Allowed!
-
isReleaseAllowed
Check if a configuration release is allowed for a configuration specified by its ID- Parameters:
configId- Configuration ID- Returns:
- Allowed!
-