Interface EncryptableEnvironment
-
- All Superinterfaces:
org.springframework.core.env.ConfigurableEnvironment,org.springframework.core.env.ConfigurablePropertyResolver,org.springframework.core.env.Environment,org.springframework.core.env.PropertyResolver
- All Known Implementing Classes:
StandardEncryptableEnvironment,StandardEncryptableServletEnvironment
public interface EncryptableEnvironment extends org.springframework.core.env.ConfigurableEnvironmentEncryptableEnvironment interface.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.core.env.MutablePropertySourcesgetOriginalPropertySources()getOriginalPropertySources.voidsetEncryptablePropertySources(org.springframework.core.env.MutablePropertySources propertySources)setEncryptablePropertySources.-
Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment
addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfiles
-
Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver
getConversionService, setConversionService, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties
-
-
-
-
Method Detail
-
getOriginalPropertySources
org.springframework.core.env.MutablePropertySources getOriginalPropertySources()
getOriginalPropertySources.
- Returns:
- a
MutablePropertySourcesobject
-
setEncryptablePropertySources
void setEncryptablePropertySources(org.springframework.core.env.MutablePropertySources propertySources)
setEncryptablePropertySources.
- Parameters:
propertySources- aMutablePropertySourcesobject
-
-