Uses of Interface
com.ulisesbocchio.jasyptspringboot.EncryptablePropertySource
Packages that use EncryptablePropertySource
Package
Description
-
Uses of EncryptablePropertySource in com.ulisesbocchio.jasyptspringboot.aop
Classes in com.ulisesbocchio.jasyptspringboot.aop that implement EncryptablePropertySourceModifier and TypeClassDescriptionclassEncryptablePropertySourceMethodInterceptor class. -
Uses of EncryptablePropertySource in com.ulisesbocchio.jasyptspringboot.caching
Classes in com.ulisesbocchio.jasyptspringboot.caching that implement EncryptablePropertySourceModifier and TypeClassDescriptionclassCachingDelegateEncryptablePropertySource class. -
Uses of EncryptablePropertySource in com.ulisesbocchio.jasyptspringboot.wrapper
Classes in com.ulisesbocchio.jasyptspringboot.wrapper that implement EncryptablePropertySourceModifier and TypeClassDescriptionclassEncryptableConfigurationPropertySourcesPropertySource class.classEncryptableEnumerablePropertySourceWrapper class.classEncryptableMapPropertySourceWrapper class.classWrapper forPropertySourceinstances that simply delegates theEncryptablePropertySourceWrapper.getProperty(java.lang.String)method to thePropertySourcedelegate instance to retrieve properties, while checking if the resulting property is encrypted or not using the Jasypt convention of surrounding encrypted values with "ENC()".classEncryptableSystemEnvironmentPropertySourceWrapper class.