Class ClasspathConfigurationPropertiesSource
java.lang.Object
org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
- All Implemented Interfaces:
ConfigurationPropertiesSource
public class ClasspathConfigurationPropertiesSource
extends Object
implements ConfigurationPropertiesSource
A configuration properties source implementation which obtains the properties set
from a resource on the class path.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Properties
Cache of properties.private org.slf4j.Logger
Logger.private static final String
Configuration properties resource name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the property set exposed by the source.
-
Field Details
-
RESOURCE_NAME
Configuration properties resource name.- See Also:
-
log
@Nonnull private org.slf4j.Logger logLogger. -
cachedProperties
Cache of properties.
-
-
Constructor Details
-
ClasspathConfigurationPropertiesSource
public ClasspathConfigurationPropertiesSource()
-
-
Method Details
-
getProperties
Get the property set exposed by the source.- Specified by:
getProperties
in interfaceConfigurationPropertiesSource
- Returns:
- the properties set
-