public class DefaultLazyPropertyResolver extends Object implements EncryptablePropertyResolver
EncryptablePropertyResolver or creates a new DefaultPropertyResolver| Constructor and Description |
|---|
DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector,
org.jasypt.encryption.StringEncryptor encryptor,
org.springframework.core.env.Environment environment) |
DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector,
org.jasypt.encryption.StringEncryptor encryptor,
String customResolverBeanName,
boolean isCustom,
org.springframework.beans.factory.BeanFactory bf,
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 DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector, org.jasypt.encryption.StringEncryptor encryptor, String customResolverBeanName, boolean isCustom, org.springframework.beans.factory.BeanFactory bf, org.springframework.core.env.Environment environment)
public DefaultLazyPropertyResolver(EncryptablePropertyDetector propertyDetector, org.jasypt.encryption.StringEncryptor encryptor, org.springframework.core.env.Environment environment)
public String resolvePropertyValue(String value)
EncryptablePropertyResolverresolvePropertyValue in interface EncryptablePropertyResolvervalue - the property valueCopyright © 2020. All rights reserved.