Package org.opensaml.spring.config
Class SpringConfigurationPropertiesSource
java.lang.Object
org.opensaml.spring.config.SpringConfigurationPropertiesSource
- All Implemented Interfaces:
ConfigurationPropertiesSource
public class SpringConfigurationPropertiesSource
extends Object
implements ConfigurationPropertiesSource
An implementation of
ConfigurationPropertiesSource that delegates to a supplied
Spring PropertyResolver.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the property set exposed by the source.
-
Field Details
-
propertyResolver
The supplied property resolver.
-
-
Constructor Details
-
SpringConfigurationPropertiesSource
Constructor.- Parameters:
resolver- the Spring property resolver
-
-
Method Details
-
getProperties
Get the property set exposed by the source.- Specified by:
getPropertiesin interfaceConfigurationPropertiesSource- Returns:
- the properties set or null
-