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
Fields Modifier and Type Field Description static StringPROPERTY_FILE_NAMEThe system property name for the filename to use.
-
Constructor Summary
Constructors Constructor Description SystemPropertyFilesystemConfigurationPropertiesSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFilename()Get the configuration properties filename.-
Methods inherited from class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
getProperties
-
-
-
-
Field Detail
-
PROPERTY_FILE_NAME
@Nonnull @NotEmpty public static final String PROPERTY_FILE_NAME
The system property name for the filename to use.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFilename
protected String getFilename()
Get the configuration properties filename.- Specified by:
getFilenamein classAbstractFilesystemConfigurationPropertiesSource- Returns:
- the absolute filename
-
-