| Modifier and Type | Method and Description |
|---|---|
static InterceptionMode |
InterceptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptionMode[] |
InterceptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EncryptablePropertySourceConverter.convertPropertySources(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.MutablePropertySources propSources) |
static <T> org.springframework.core.env.PropertySource<T> |
EncryptablePropertySourceConverter.makeEncryptable(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.PropertySource<T> propertySource) |
static org.springframework.core.env.MutablePropertySources |
EncryptablePropertySourceConverter.proxyPropertySources(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver propertyResolver,
EncryptablePropertyFilter propertyFilter,
org.springframework.core.env.MutablePropertySources propertySources,
EnvCopy envCopy) |
| Constructor and Description |
|---|
EncryptableMutablePropertySourcesInterceptor(InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses,
EncryptablePropertyResolver resolver,
EncryptablePropertyFilter filter,
EnvCopy envCopy) |
| Constructor and Description |
|---|
EnableEncryptablePropertiesBeanFactoryPostProcessor(org.springframework.core.env.ConfigurableEnvironment environment,
InterceptionMode interceptionMode,
List<Class<org.springframework.core.env.PropertySource<?>>> skipPropertySourceClasses) |
| Constructor and Description |
|---|
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.
|
Copyright © 2020. All rights reserved.