Class SystemPropertyConfigurationPropertiesSource
- java.lang.Object
-
- org.opensaml.core.config.provider.SystemPropertyConfigurationPropertiesSource
-
- All Implemented Interfaces:
ConfigurationPropertiesSource
public class SystemPropertyConfigurationPropertiesSource extends Object implements ConfigurationPropertiesSource
A configuration properties source implementation which simply returns the system properties set.
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyConfigurationPropertiesSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()Get the property set exposed by the source.
-
-
-
Method Detail
-
getProperties
public Properties getProperties()
Get the property set exposed by the source.- Specified by:
getPropertiesin interfaceConfigurationPropertiesSource- Returns:
- the properties set
-
-