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 PropertiesCache of properties.private org.slf4j.LoggerLogger.private static final StringConfiguration 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:
getPropertiesin interfaceConfigurationPropertiesSource- Returns:
- the properties set or null
-