| Package | Description |
|---|---|
| com.ulisesbocchio.jasyptspringboot.aop | |
| com.ulisesbocchio.jasyptspringboot.wrapper |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EncryptablePropertySourceMethodInterceptor<T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EncryptableEnumerablePropertySourceWrapper<T> |
|
class |
EncryptableMapPropertySourceWrapper |
|
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 © 2018. All rights reserved.