| Interface | Description |
|---|---|
| EncryptablePropertySource<T> |
| Class | Description |
|---|---|
| EnableEncryptablePropertySourcesConfiguration |
Configuration class that registers a
BeanFactoryPostProcessor that wraps all PropertySource defined in the Environment
with EncryptablePropertySourceWrapper and defines a default StringEncryptor for decrypting properties
that can be configured through the same properties it wraps. |
| EnableEncryptablePropertySourcesPostProcessor |
BeanFactoryPostProcessor that wraps all PropertySource defined in the Environment
with EncryptablePropertySourceWrapper and defines a default StringEncryptor for decrypting properties
that can be configured through the same properties it wraps. |
| EncryptableEnumerablePropertySourceWrapper<T> | |
| EncryptableMapPropertySourceWrapper | |
| EncryptablePropertySource.DefaultMethods<T> | |
| EncryptablePropertySourceMethodInterceptor<T> | |
| EncryptablePropertySourcesInitializer | |
| EncryptablePropertySourceWrapper<T> |
Wrapper for
PropertySource instances that simply delegates the EncryptablePropertySourceWrapper.getProperty(java.lang.String) method
to the PropertySource delegate instance to retrieve properties, while checking if the resulting
property is encrypted or not using the Jasypt convention of surrounding encrypted values with "ENC()". |
| StringEncryptorConfiguration |
| Enum | Description |
|---|---|
| InterceptionMode |
Copyright © 2016. All rights reserved.