| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
KeyVaultClientBase.setSecret(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
rx.Observable<SecretBundle> |
KeyVaultClientBase.setSecretAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientBase.setSecretAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>> |
KeyVaultClientBase.setSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
SecretBundle |
KeyVaultClientBase.updateSecret(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
rx.Observable<SecretBundle> |
KeyVaultClientBase.updateSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientBase.updateSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>> |
KeyVaultClientBase.updateSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
KeyVaultClientBaseImpl.setSecret(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
rx.Observable<SecretBundle> |
KeyVaultClientBaseImpl.setSecretAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientBaseImpl.setSecretAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>> |
KeyVaultClientBaseImpl.setSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName,
String value,
Map<String,String> tags,
String contentType,
SecretAttributes secretAttributes)
Sets a secret in a specified key vault.
|
SecretBundle |
KeyVaultClientBaseImpl.updateSecret(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
rx.Observable<SecretBundle> |
KeyVaultClientBaseImpl.updateSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientBaseImpl.updateSecretAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>> |
KeyVaultClientBaseImpl.updateSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName,
String secretVersion,
String contentType,
SecretAttributes secretAttributes,
Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
SecretItem.attributes()
Get the attributes value.
|
SecretAttributes |
SecretBundle.attributes()
Get the attributes value.
|
SecretAttributes |
SecretUpdateParameters.secretAttributes()
Get the secretAttributes value.
|
SecretAttributes |
SecretSetParameters.secretAttributes()
Get the secretAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
SecretItem |
SecretItem.withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretBundle |
SecretBundle.withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretUpdateParameters |
SecretUpdateParameters.withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
SecretSetParameters |
SecretSetParameters.withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
UpdateSecretRequest.secretAttributes() |
SecretAttributes |
SetSecretRequest.secretAttributes() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/