public class DefaultLazyPropertyResolver extends Object implements EncryptablePropertyResolver
| Constructor and Description |
|---|
DefaultLazyPropertyResolver(String encryptorBeanName,
String detectorBeanName,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
String |
resolvePropertyValue(String value)
Returns the unencrypted version of the value provided free on any prefixes/suffixes or any other metadata
surrounding the encrypted value.
|
public String resolvePropertyValue(String value)
EncryptablePropertyResolverresolvePropertyValue in interface EncryptablePropertyResolvervalue - the property valueCopyright © 2017. All rights reserved.