Modifier and Type | Method and Description |
---|---|
String |
ApplicationConfigurationProperties.getProperty(ApplicationConfigurationPropertyConstant key)
Returns the property value for the key as String.
|
String |
ApplicationConfigurationProperties.getPropertyDecrypted(ApplicationConfigurationPropertyConstant key)
Get the decrypted value of an encrypted property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.updateApplicationConfigurationProperties(Map<ApplicationConfigurationPropertyConstant,String> settings)
Updates a collection of application configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationProperty
Property constants for general settings of the application.
|
class |
ApplicationPropertyMailfetching
Property constants for configuring the mail fetching.
|
class |
ApplicationPropertyMailing
Property constants for the mailing settings of the application.
|
class |
ApplicationPropertySecurity
Property constants for security settings of the application.
|
class |
ApplicationPropertyVirusScanning
Property constants for the virus scanner settings of the application.
|
class |
ApplicationPropertyXmpp
Property constants for the XMPP settings of the application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurationManagementImpl.handleUpdateApplicationSettings(Map<ApplicationConfigurationPropertyConstant,String> settings)
Performs the core logic for
#updateApplicationSettings(java.util.Map<
ApplicationConfigurationPropertyConstant, String>) |
protected abstract void |
ConfigurationManagementBase.handleUpdateApplicationSettings(Map<ApplicationConfigurationPropertyConstant,String> settings)
Performs the core logic for
#updateApplicationSettings(java.util.Map<
ApplicationConfigurationPropertyConstant, String>) |
void |
ConfigurationManagementBase.updateApplicationSettings(Map<ApplicationConfigurationPropertyConstant,String> settings)
Updates or creates the provided application settings.
|
void |
ConfigurationManagement.updateApplicationSettings(Map<ApplicationConfigurationPropertyConstant,String> settings)
Updates or creates the provided application settings.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesManager.updateApplicationConfigurationProperties(Map<ApplicationConfigurationPropertyConstant,String> settings) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationPropertyUserPassword |
Copyright © 2019 Communote team. All rights reserved.