@Configuration public class EncryptablePropertyResolverConfiguration extends Object
| Constructor and Description |
|---|
EncryptablePropertyResolverConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Singleton<JasyptEncryptorConfigurationProperties> |
configProps(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy,
org.springframework.beans.factory.config.ConfigurableBeanFactory bf) |
EncryptablePropertyDetector |
encryptablePropertyDetector(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy,
org.springframework.beans.factory.BeanFactory bf) |
EncryptablePropertyFilter |
encryptablePropertyFilter(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy,
org.springframework.beans.factory.config.ConfigurableBeanFactory bf,
Singleton<JasyptEncryptorConfigurationProperties> configProps) |
EncryptablePropertyResolver |
encryptablePropertyResolver(EncryptablePropertyDetector propertyDetector,
org.jasypt.encryption.StringEncryptor encryptor,
org.springframework.beans.factory.BeanFactory bf,
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy) |
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy |
envCopy(org.springframework.core.env.ConfigurableEnvironment environment) |
org.jasypt.encryption.StringEncryptor |
stringEncryptor(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy,
org.springframework.beans.factory.BeanFactory bf) |
public EncryptablePropertyResolverConfiguration()
@Bean public com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy(org.springframework.core.env.ConfigurableEnvironment environment)
@Bean(name="lazyJasyptStringEncryptor")
public org.jasypt.encryption.StringEncryptor stringEncryptor(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy,
org.springframework.beans.factory.BeanFactory bf)
@Bean(name="lazyEncryptablePropertyDetector") public EncryptablePropertyDetector encryptablePropertyDetector(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy, org.springframework.beans.factory.BeanFactory bf)
@Bean(name="configPropsSingleton") public Singleton<JasyptEncryptorConfigurationProperties> configProps(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy, org.springframework.beans.factory.config.ConfigurableBeanFactory bf)
@Bean(name="lazyEncryptablePropertyFilter") public EncryptablePropertyFilter encryptablePropertyFilter(com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy, org.springframework.beans.factory.config.ConfigurableBeanFactory bf, @Qualifier(value="configPropsSingleton") Singleton<JasyptEncryptorConfigurationProperties> configProps)
@Bean(name="lazyEncryptablePropertyResolver") public EncryptablePropertyResolver encryptablePropertyResolver(@Qualifier(value="lazyEncryptablePropertyDetector") EncryptablePropertyDetector propertyDetector, @Qualifier(value="lazyJasyptStringEncryptor") org.jasypt.encryption.StringEncryptor encryptor, org.springframework.beans.factory.BeanFactory bf, com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy)
Copyright © 2019. All rights reserved.