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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Config value.
-
-
Constructor Details
-
BasicTestConfig
public BasicTestConfig()
-
-
Method Details
-
getValue
Get config value.- Specified by:
getValuein interfaceConfigurationServiceTest.TestConfig- Returns:
- the value
-
setValue
Set the config value.- Parameters:
newValue- the new config value
-