public class DecryptEnvironmentPostProcessor extends AbstractEnvironmentDecrypt implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
DECRYPTED_PROPERTY_SOURCE_NAME, ENCRYPTED_PROPERTY_PREFIX, logger| Constructor and Description |
|---|
DecryptEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
protected Boolean |
isEnabled(org.springframework.core.env.ConfigurableEnvironment environment) |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
void |
setOrder(int order) |
decrypt, decrypt, decrypt, isFailOnError, merge, merge, setFailOnErrorpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorprotected Boolean isEnabled(org.springframework.core.env.ConfigurableEnvironment environment)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.