| Modifier and Type | Method and Description |
|---|---|
EncryptablePropertyDetector |
EncryptablePropertyResolverConfiguration.encryptablePropertyDetector(EnvCopy envCopy,
org.springframework.beans.factory.BeanFactory bf) |
| Modifier and Type | Method and Description |
|---|---|
EncryptablePropertyResolver |
EncryptablePropertyResolverConfiguration.encryptablePropertyResolver(EncryptablePropertyDetector propertyDetector,
org.jasypt.encryption.StringEncryptor encryptor,
org.springframework.beans.factory.BeanFactory bf,
EnvCopy envCopy,
org.springframework.core.env.ConfigurableEnvironment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLazyPropertyDetector
Default Lazy property detector that delegates to a custom
EncryptablePropertyDetector bean or initializes a
default DefaultPropertyDetector. |
class |
DefaultPropertyDetector
Default property detector that detects encrypted property values with the format "$prefix$encrypted_value$suffix"
Default values are "ENC(" and ")" respectively.
|
| Constructor and Description |
|---|
EnvironmentInitializer(org.springframework.core.env.ConfigurableEnvironment environment,
InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter,
org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyDetector detector) |
StandardEncryptableEnvironment(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter,
org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyDetector detector)
Create a new Encryptable Environment.
|
StandardEncryptableServletEnvironment(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter,
org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyDetector detector)
Create a new Encryptable Environment.
|
| 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) |
DefaultPropertyResolver(org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyDetector detector,
org.springframework.core.env.Environment environment) |
Copyright © 2020. All rights reserved.