public class SecretsEnvironment extends Object
ConfigurableEnvironment which loads secrets and applies them to SecretPropertiesPropertySource.| Constructor and Description |
|---|
SecretsEnvironment(org.springframework.boot.logging.DeferredLogFactory logFactory,
ConfigurableEnvironment environment,
SecretResolver resolver,
PropertyIndexSupplier propertyIndexSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
processAndApply() |
protected void |
resolveSecretResources() |
public SecretsEnvironment(org.springframework.boot.logging.DeferredLogFactory logFactory,
ConfigurableEnvironment environment,
SecretResolver resolver,
PropertyIndexSupplier propertyIndexSupplier)
Copyright © 2023. All rights reserved.