Interface SecurityLevelManager
public interface SecurityLevelManager
A SecurityLevelManager is the source of record for all SecurityLevels configured in the system
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableCollection<SecurityLevelConfig>Fetch allSecurityLevelConfigsin the systemvoidupdateSecurityLevelsConfig(com.google.common.collect.ImmutableCollection<SecurityLevelConfig> updatedSecurityLevelsConfig) Update allSecurityLevelConfigsin the system
-
Method Details
-
getSecurityLevelsConfig
com.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevelsConfig()Fetch allSecurityLevelConfigsin the system -
updateSecurityLevelsConfig
void updateSecurityLevelsConfig(com.google.common.collect.ImmutableCollection<SecurityLevelConfig> updatedSecurityLevelsConfig) throws PushException Update allSecurityLevelConfigsin the system- Parameters:
updatedSecurityLevelsConfig- the new security levels config- Throws:
PushException- if the update fails
-