public class DBSettingsLoader extends Object
Constructor and Description |
---|
DBSettingsLoader() |
Modifier and Type | Method and Description |
---|---|
static String[] |
GetCredentials(boolean isPooled,
String url)
returns a username and an encrypted password for a specific url or NULL
if not credentials are available.
|
static String[] |
GetDefaultBuellerCredentials(boolean isPooled)
returns a default Buller username and an encrypted password or NULL if
not defined Items are returned from the bueller table.
|
static org.miloss.fgsms.services.interfaces.policyconfiguration.GlobalPolicy |
GetGlobalPolicy(boolean pooled) |
static List<org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc> |
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<org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc> |
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
|
static org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc |
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
|
public static List<org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc> GetPropertiesFromDB(boolean isPooled)
isPooled
- public static List<org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc> GetPropertiesFromDB(boolean isPooled, String keyfilter)
isPooled
- public static org.miloss.fgsms.services.interfaces.policyconfiguration.KeyNameValueEnc GetPropertiesFromDB(boolean isPooled, String keyfilter, String namefilter)
isPooled
- public static String[] GetDefaultBuellerCredentials(boolean isPooled)
isPooled
- url
- public static String[] GetCredentials(boolean isPooled, String url)
isPooled
- url
- public static org.miloss.fgsms.services.interfaces.policyconfiguration.GlobalPolicy GetGlobalPolicy(boolean pooled)
Copyright © 2008–2017 MIL-OSS. All rights reserved.