public abstract class SecretsEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
| Constructor and Description |
|---|
SecretsEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected SecretsEnvironment |
createSecretsEnvironment(ConfigurableEnvironment environment,
ResourceLoader resourceLoader)
Creates a new instance of
SecretsEnvironment. |
protected abstract PropertyIndexSupplier |
getPropertyIndexSupplier(ConfigurableEnvironment environment) |
protected SecretResolver |
getSecretResolver(ResourceLoader resourceLoader) |
void |
postProcessEnvironment(ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public SecretsEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory)
public void postProcessEnvironment(ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorprotected SecretsEnvironment createSecretsEnvironment(ConfigurableEnvironment environment, ResourceLoader resourceLoader)
SecretsEnvironment.environment - the environment to post-processresourceLoader - the resource loader to be usedSecretsEnvironmentprotected SecretResolver getSecretResolver(ResourceLoader resourceLoader)
protected abstract PropertyIndexSupplier getPropertyIndexSupplier(ConfigurableEnvironment environment)
Copyright © 2021. All rights reserved.