Class SystemPropertyFilesystemConfigurationPropertiesSource
java.lang.Object
org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
org.opensaml.core.config.provider.SystemPropertyFilesystemConfigurationPropertiesSource
- All Implemented Interfaces:
ConfigurationPropertiesSource
public class SystemPropertyFilesystemConfigurationPropertiesSource
extends AbstractFilesystemConfigurationPropertiesSource
Concrete implementation of filesystem configuration properties source which obtains
the filename value from a system property.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The system property name for the filename to use. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
getProperties
-
Field Details
-
PROPERTY_FILE_NAME
The system property name for the filename to use.- See Also:
-
-
Constructor Details
-
SystemPropertyFilesystemConfigurationPropertiesSource
public SystemPropertyFilesystemConfigurationPropertiesSource()
-
-
Method Details
-
getFilename
Get the configuration properties filename.- Specified by:
getFilename
in classAbstractFilesystemConfigurationPropertiesSource
- Returns:
- the absolute filename
-