KeyVaultSecretProvider Interface
public interface KeyVaultSecretProvider
Interface to be implemented that enables returning of Secrets instead of requesting them from Azure Key Vaults.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getSecret(String endpoint)
Returns a secret value for a given endpoint |
Method Details
getSecret
public abstract String getSecret(String endpoint)
Returns a secret value for a given endpoint
Parameters:
endpoint
- Key Vault Reference
Returns:
String value of the secret
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java