public class ConfigurationFactoryImpl extends Object implements ConfigurationFactory
| Modifier and Type | Field and Description |
|---|---|
protected PasswordService |
secureService |
| Constructor and Description |
|---|
ConfigurationFactoryImpl() |
ConfigurationFactoryImpl(PasswordService secureService) |
| Modifier and Type | Method and Description |
|---|---|
ConfigGroup |
newConfigGroup(ConfigType type,
String name,
String description) |
ConfigGroup |
newConfigGroup(ConfigType type,
String namespace,
String name,
String description) |
ConfigItem<Boolean> |
newConfigItem(String name,
boolean valueType) |
ConfigItem<List> |
newConfigItem(String name,
List valueType) |
ConfigItem<Object> |
newConfigItem(String name,
Object valueType) |
ConfigItem<String> |
newConfigItem(String name,
String valueType) |
SecureConfigItem |
newSecuredConfigItem(String name,
String valueType) |
protected PasswordService secureService
public ConfigurationFactoryImpl()
@Inject public ConfigurationFactoryImpl(PasswordService secureService)
public ConfigGroup newConfigGroup(ConfigType type, String name, String description)
newConfigGroup in interface ConfigurationFactorypublic ConfigGroup newConfigGroup(ConfigType type, String namespace, String name, String description)
newConfigGroup in interface ConfigurationFactorypublic ConfigItem<String> newConfigItem(String name, String valueType)
newConfigItem in interface ConfigurationFactorypublic ConfigItem<Boolean> newConfigItem(String name, boolean valueType)
newConfigItem in interface ConfigurationFactorypublic SecureConfigItem newSecuredConfigItem(String name, String valueType)
newSecuredConfigItem in interface ConfigurationFactorypublic ConfigItem<List> newConfigItem(String name, List valueType)
newConfigItem in interface ConfigurationFactorypublic ConfigItem<Object> newConfigItem(String name, Object valueType)
newConfigItem in interface ConfigurationFactoryCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.