Class EmptyConfigurationProperties
java.lang.Object
org.opensaml.core.config.provider.EmptyConfigurationProperties
- All Implemented Interfaces:
ConfigurationProperties
An implementation of
ConfigurationProperties that is empty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) Return the property value with the specified key, or null.getProperty(String key, String defaultValue) Return the property value with the specified key, or the specified default value if key does not exist.
-
Constructor Details
-
EmptyConfigurationProperties
public EmptyConfigurationProperties()
-
-
Method Details
-
getProperty
Return the property value with the specified key, or null.- Specified by:
getPropertyin interfaceConfigurationProperties- Parameters:
key- the property key- Returns:
- the property value, or null
-
getProperty
Return the property value with the specified key, or the specified default value if key does not exist.- Specified by:
getPropertyin interfaceConfigurationProperties- Parameters:
key- the property keydefaultValue- the default value to return- Returns:
- the property value, or the specified default value
-