@Configuration public class StringEncryptorConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCRYPTOR_BEAN_PLACEHOLDER |
| Constructor and Description |
|---|
StringEncryptorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static com.ulisesbocchio.jasyptspringboot.configuration.StringEncryptorConfiguration.BeanNamePlaceholderRegistryPostProcessor |
beanNamePlaceholderRegistryPostProcessor(org.springframework.core.env.Environment environment) |
org.jasypt.encryption.StringEncryptor |
stringEncryptor(org.springframework.core.env.Environment environment) |
public static final String ENCRYPTOR_BEAN_PLACEHOLDER
@Bean public static com.ulisesbocchio.jasyptspringboot.configuration.StringEncryptorConfiguration.BeanNamePlaceholderRegistryPostProcessor beanNamePlaceholderRegistryPostProcessor(org.springframework.core.env.Environment environment)
@Bean(name="${jasypt.encryptor.bean:jasyptStringEncryptor}")
public org.jasypt.encryption.StringEncryptor stringEncryptor(org.springframework.core.env.Environment environment)
Copyright © 2016. All rights reserved.