public class StandardEncryptableEnvironment
extends org.springframework.core.env.StandardEnvironment
implements org.springframework.core.env.ConfigurableEnvironment
| Constructor and Description |
|---|
StandardEncryptableEnvironment() |
StandardEncryptableEnvironment(InterceptionMode interceptionMode) |
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
EncryptablePropertyDetector detector) |
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
org.jasypt.encryption.StringEncryptor encryptor) |
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyDetector detector) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actuallyCustomizePropertySources() |
protected void |
customizePropertySources(org.springframework.core.env.MutablePropertySources propertySources) |
org.springframework.core.env.MutablePropertySources |
getPropertySources() |
acceptsProfiles, addActiveProfile, containsProperty, doGetActiveProfiles, doGetDefaultProfiles, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertyAsClass, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddActiveProfile, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfilesacceptsProfiles, getActiveProfiles, getDefaultProfilespublic StandardEncryptableEnvironment()
public StandardEncryptableEnvironment(InterceptionMode interceptionMode)
public StandardEncryptableEnvironment(InterceptionMode interceptionMode, EncryptablePropertyDetector detector)
public StandardEncryptableEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor)
public StandardEncryptableEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector)
public StandardEncryptableEnvironment(InterceptionMode interceptionMode, EncryptablePropertyResolver resolver)
protected void customizePropertySources(org.springframework.core.env.MutablePropertySources propertySources)
customizePropertySources in class org.springframework.core.env.StandardEnvironmentprotected void actuallyCustomizePropertySources()
public org.springframework.core.env.MutablePropertySources getPropertySources()
getPropertySources in interface org.springframework.core.env.ConfigurableEnvironmentgetPropertySources in class org.springframework.core.env.AbstractEnvironmentCopyright © 2017. All rights reserved.