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 -
Method Summary
Modifier and TypeMethodDescriptionGet the property set exposed by the source.
-
Constructor Details
-
SystemPropertyConfigurationPropertiesSource
public SystemPropertyConfigurationPropertiesSource()
-
-
Method Details
-
getProperties
Get the property set exposed by the source.- Specified by:
getPropertiesin interfaceConfigurationPropertiesSource- Returns:
- the properties set or null
-