class KeyVaultEnvironmentPostProcessorHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.core.env.ConfigurableEnvironment |
environment |
private static org.slf4j.Logger |
LOG |
private TelemetryProxy |
telemetryProxy |
| 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) |
(package private) com.microsoft.rest.credentials.ServiceClientCredentials |
getCredentials() |
private String |
getProperty(org.springframework.core.env.ConfigurableEnvironment env,
String propertyName) |
private void |
trackCustomEvent() |
private static final org.slf4j.Logger LOG
private final org.springframework.core.env.ConfigurableEnvironment environment
private final TelemetryProxy telemetryProxy
public KeyVaultEnvironmentPostProcessorHelper(org.springframework.core.env.ConfigurableEnvironment environment)
public void addKeyVaultPropertySource()
com.microsoft.rest.credentials.ServiceClientCredentials getCredentials()
private String getProperty(org.springframework.core.env.ConfigurableEnvironment env, String propertyName)
private boolean allowTelemetry(org.springframework.core.env.ConfigurableEnvironment env)
private void trackCustomEvent()
Copyright © 2019 Microsoft. All rights reserved.