| Modifier and Type | Method | Description |
|---|---|---|
static void |
EncryptablePropertySourceConverter.convertPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.MutablePropertySources propSources) |
|
default Object |
EncryptablePropertySource.getProperty(EncryptablePropertyResolver resolver,
org.springframework.core.env.PropertySource<T> source,
String name) |
|
static <T> org.springframework.core.env.PropertySource<T> |
EncryptablePropertySourceConverter.instantiatePropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver) |
|
static <T> org.springframework.core.env.PropertySource<T> |
EncryptablePropertySourceConverter.makeEncryptable(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.PropertySource<T> propertySource) |
|
static <T> org.springframework.core.env.PropertySource<T> |
EncryptablePropertySourceConverter.proxyPropertySource(org.springframework.core.env.PropertySource<T> propertySource,
EncryptablePropertyResolver resolver) |
|
static org.springframework.core.env.MutablePropertySources |
EncryptablePropertySourceConverter.proxyPropertySources(InterceptionMode interceptionMode,
EncryptablePropertyResolver propertyResolver,
org.springframework.core.env.MutablePropertySources propertySources) |
| Constructor | Description |
|---|---|
EncryptableMutablePropertySourcesInterceptor(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
|
EncryptablePropertySourceMethodInterceptor(org.springframework.core.env.PropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
| Modifier and Type | Method | Description |
|---|---|---|
EncryptablePropertyResolver |
EncryptablePropertyResolverConfiguration.encryptablePropertyResolver(EncryptablePropertyDetector propertyDetector,
org.jasypt.encryption.StringEncryptor encryptor,
org.springframework.beans.factory.BeanFactory bf,
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration.EnvCopy envCopy) |
| Constructor | Description |
|---|---|
EncryptableEnvironment(org.springframework.core.env.ConfigurableEnvironment delegate,
EncryptablePropertyResolver resolver) |
Deprecated.
|
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
|
StandardEncryptableServletEnvironment(InterceptionMode interceptionMode,
EncryptablePropertyResolver resolver) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultLazyPropertyResolver |
Default Resolver bean that delegates to a custom defined
EncryptablePropertyResolver or creates a new DefaultPropertyResolver |
class |
DefaultPropertyResolver |
| Constructor | Description |
|---|---|
EncryptableEnumerablePropertySourceWrapper(org.springframework.core.env.EnumerablePropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
|
EncryptableMapPropertySourceWrapper(org.springframework.core.env.MapPropertySource delegate,
EncryptablePropertyResolver resolver) |
|
EncryptablePropertySourceWrapper(org.springframework.core.env.PropertySource<T> delegate,
EncryptablePropertyResolver resolver) |
Copyright © 2018. All rights reserved.