Package cronapp.framework.core
Class RepositorySettingsService
- java.lang.Object
-
- cronapp.framework.core.RepositorySettingsService
-
- All Implemented Interfaces:
CronappSettingsService
@DependsOn("liquibase") @CacheConfig(cacheNames="cronapp.framework.core.settings") public class RepositorySettingsService extends Object implements CronappSettingsService
-
-
Constructor Summary
Constructors Constructor Description RepositorySettingsService(CronappSettingsRepository settingsRepository, org.springframework.core.env.Environment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOption(String option, boolean secure)StringgetApplicationId()StringgetEncryptionKey()StringgetEncryptionSalt()StringgetIntanceId()StringgetOption(String option)
-
-
-
Constructor Detail
-
RepositorySettingsService
public RepositorySettingsService(CronappSettingsRepository settingsRepository, org.springframework.core.env.Environment environment)
-
-
Method Detail
-
getOption
public String getOption(String option)
- Specified by:
getOptionin interfaceCronappSettingsService
-
addOption
public void addOption(String option, boolean secure)
- Specified by:
addOptionin interfaceCronappSettingsService
-
getEncryptionKey
public String getEncryptionKey()
- Specified by:
getEncryptionKeyin interfaceCronappSettingsService
-
getEncryptionSalt
public String getEncryptionSalt()
- Specified by:
getEncryptionSaltin interfaceCronappSettingsService
-
getIntanceId
public String getIntanceId()
- Specified by:
getIntanceIdin interfaceCronappSettingsService
-
getApplicationId
public String getApplicationId()
- Specified by:
getApplicationIdin interfaceCronappSettingsService
-
-