public class LDAPBusConfigSettingsLegacySettingProvider extends java.lang.Object implements ILegacySettingProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX
The prefix denoting an LDAP bus config legacy setting.
|
| Constructor and Description |
|---|
LDAPBusConfigSettingsLegacySettingProvider(int settingsNode)
Constructs an LDAP bus config settings legacy property provider given a NOM node containing
the LDAP bus config settings.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyValue(java.lang.String propertyPath)
Get the property value given a legacy property name.
|
void |
setConfigurationNode(int configurationNode) |
public static final java.lang.String PREFIX
public LDAPBusConfigSettingsLegacySettingProvider(int settingsNode)
settingsNode - the NOM node containing the LDAP bus config settings.public java.lang.String getPropertyValue(java.lang.String propertyPath)
ILegacySettingProvidergetPropertyValue in interface ILegacySettingProviderpropertyPath - the legacy property name.public void setConfigurationNode(int configurationNode)