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.ConfigurableEnvironment
EncryptableEnvironment interface.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.MutablePropertySourcesgetOriginalPropertySources.voidsetEncryptablePropertySources(org.springframework.core.env.MutablePropertySources propertySources) setEncryptablePropertySources.Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment
addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfilesMethods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver
getConversionService, setConversionService, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredPropertiesMethods inherited from interface org.springframework.core.env.Environment
acceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfiles, matchesProfilesMethods inherited from interface org.springframework.core.env.PropertyResolver
containsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders
-
Method Details
-
getOriginalPropertySources
org.springframework.core.env.MutablePropertySources getOriginalPropertySources()getOriginalPropertySources.
- Returns:
- a
MutablePropertySourcesobject
-
setEncryptablePropertySources
void setEncryptablePropertySources(org.springframework.core.env.MutablePropertySources propertySources) setEncryptablePropertySources.
- Parameters:
propertySources- aMutablePropertySourcesobject
-