@Configuration public class StringEncryptorConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<org.springframework.core.env.Environment,org.jasypt.encryption.StringEncryptor> |
DEFAULT_LAZY_ENCRYPTOR_FACTORY |
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
public static final Function<org.springframework.core.env.Environment,org.jasypt.encryption.StringEncryptor> DEFAULT_LAZY_ENCRYPTOR_FACTORY
@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.