| Package | Description |
|---|---|
| com.ulisesbocchio.jasyptspringboot |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptableEnumerablePropertySourceWrapper<T> |
class |
EncryptableMapPropertySourceWrapper |
class |
EncryptablePropertySourceMethodInterceptor<T> |
class |
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()". |
Copyright © 2016. All rights reserved.