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
ConstructorsConstructorDescriptionSpringConfigurationResourceLoader(ResourceLoader resourceLoader) Constructor. -
Method Summary
-
Constructor Details
-
SpringConfigurationResourceLoader
Constructor.- Parameters:
resourceLoader- the SpringResourceLoader
-
-
Method Details
-
getStream
Gets anInputStreamfor the resource.- Specified by:
getStreamin interfaceConfigurationResourceLoader- Parameters:
location- resource location- Returns:
- an
InputStream - Throws:
IOException- for failures to open the stream
-