| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
KeyVaultClient.deleteSecret(String vaultBaseUrl,
String secretName)
Deletes a secret from the specified vault.
|
SecretBundle |
KeyVaultClient.getSecret(String secretIdentifier)
Get a specified secret from a given key vault.
|
SecretBundle |
KeyVaultClient.getSecret(String vaultBaseUrl,
String secretName)
Get a specified secret from a given key vault.
|
SecretBundle |
KeyVaultClient.getSecret(String vaultBaseUrl,
String secretName,
String secretVersion)
Get a specified secret from a given key vault.
|
SecretBundle |
KeyVaultClient.setSecret(SetSecretRequest setSecretRequest)
Sets a secret in the specified vault.
|
SecretBundle |
KeyVaultClient.updateSecret(UpdateSecretRequest updateSecretRequest)
Updates the attributes associated with a specified secret in a given key vault.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.deleteSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Deletes a secret from the specified vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String secretIdentifier,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.setSecretAsync(SetSecretRequest setSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.updateSecretAsync(UpdateSecretRequest updateSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.deleteSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Deletes a secret from the specified vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String secretIdentifier,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.getSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.setSecretAsync(SetSecretRequest setSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClient.updateSecretAsync(UpdateSecretRequest updateSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
SecretBundle.withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretBundle |
SecretBundle.withContentType(String contentType)
Set the contentType value.
|
SecretBundle |
SecretBundle.withId(String id)
Set the id value.
|
SecretBundle |
SecretBundle.withTags(Map<String,String> tags)
Set the tags value.
|
SecretBundle |
SecretBundle.withValue(String value)
Set the value value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/