Package | Description |
---|---|
org.miloss.fgsms.common | |
org.miloss.fgsms.services.interfaces.policyconfiguration |
fgsms Policy Configuration Service.
|
Modifier and Type | Method and Description |
---|---|
static KeyNameValueEnc |
DBSettingsLoader.GetPropertiesFromDB(boolean isPooled,
String keyfilter,
String namefilter)
Gets a specific General Settings from the config database for fgsms Aux
Services and some agents for items matching the specified key and name
|
static KeyNameValueEnc |
Utility.newKeyNameValueEnc(KeyNameValue value,
boolean shouldEncrypt)
convenience wrapper
|
Modifier and Type | Method and Description |
---|---|
static List<KeyNameValueEnc> |
DBSettingsLoader.GetPropertiesFromDB(boolean isPooled)
Gets the General Settings from the config database for fgsms Aux Services
and some agents
if isShouldEncrypt is true, then the value is encrypted
|
static List<KeyNameValueEnc> |
DBSettingsLoader.GetPropertiesFromDB(boolean isPooled,
String keyfilter)
Gets the General Settings from the config database for fgsms Aux Services
and some agents for items matching the specified key
|
Modifier and Type | Field and Description |
---|---|
protected List<KeyNameValueEnc> |
SetGeneralSettingsRequestMsg.keyNameValueEnc |
Modifier and Type | Method and Description |
---|---|
KeyNameValueEnc |
ObjectFactory.createKeyNameValueEnc()
Create an instance of
KeyNameValueEnc |
Modifier and Type | Method and Description |
---|---|
List<KeyNameValueEnc> |
SetGeneralSettingsRequestMsg.getKeyNameValueEnc()
Gets the value of the keyNameValueEnc property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.