class KeyVaultEnvironmentPostProcessorHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.core.env.ConfigurableEnvironment |
environment |
| Constructor and Description |
|---|
KeyVaultEnvironmentPostProcessorHelper(org.springframework.core.env.ConfigurableEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyVaultPropertySource() |
private boolean |
allowTelemetry(org.springframework.core.env.ConfigurableEnvironment env) |
com.azure.core.credential.TokenCredential |
getCredentials() |
private String |
getProperty(org.springframework.core.env.ConfigurableEnvironment env,
String propertyName) |
private void |
sendTelemetry() |
private final org.springframework.core.env.ConfigurableEnvironment environment
public KeyVaultEnvironmentPostProcessorHelper(org.springframework.core.env.ConfigurableEnvironment environment)
public void addKeyVaultPropertySource()
public com.azure.core.credential.TokenCredential getCredentials()
private String getProperty(org.springframework.core.env.ConfigurableEnvironment env, String propertyName)
private boolean allowTelemetry(org.springframework.core.env.ConfigurableEnvironment env)
private void sendTelemetry()
Copyright © 2020 Microsoft. All rights reserved.