Class SpringConfigurationResourceLoader
java.lang.Object
se.swedenconnect.security.credential.spring.config.SpringConfigurationResourceLoader
- All Implemented Interfaces:
ConfigurationResourceLoader
public class SpringConfigurationResourceLoader
extends Object
implements ConfigurationResourceLoader
A Spring-implementation of the
ConfigurationResourceLoader
interface.- Author:
- Martin Lindström
-
Constructor Summary
ConstructorDescriptionSpringConfigurationResourceLoader
(ResourceLoader resourceLoader) Constructor. -
Method Summary
-
Constructor Details
-
SpringConfigurationResourceLoader
Constructor.- Parameters:
resourceLoader
- the SpringResourceLoader
-
-
Method Details
-
getStream
Gets anInputStream
for the resource.- Specified by:
getStream
in interfaceConfigurationResourceLoader
- Parameters:
location
- resource location- Returns:
- an
InputStream
- Throws:
IOException
- for failures to open the stream
-