Package org.opensaml.core.config
Class ConfigurationServiceTest.BasicTestConfig
- java.lang.Object
-
- org.opensaml.core.config.ConfigurationServiceTest.BasicTestConfig
-
- All Implemented Interfaces:
ConfigurationServiceTest.TestConfig
- Enclosing class:
- ConfigurationServiceTest
public class ConfigurationServiceTest.BasicTestConfig extends Object implements ConfigurationServiceTest.TestConfig
Testing config imple.
-
-
Constructor Summary
Constructors Constructor Description BasicTestConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Get config value.voidsetValue(String newValue)Set the config value.
-
-
-
Field Detail
-
value
private String value
Config value.
-
-
Method Detail
-
getValue
public String getValue()
Get config value.- Specified by:
getValuein interfaceConfigurationServiceTest.TestConfig- Returns:
- the value
-
setValue
public void setValue(String newValue)
Set the config value.- Parameters:
newValue- the new config value
-
-