Skip navigation links
A B C D G H I K L P R S U V 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Adds a policy to the set of existing policies that are executed after SecretAsyncClient or SecretClient required policies.

B

backupSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Requests a backup of the secret be downloaded to the client.
backupSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Requests a backup of the secret be downloaded to the client.
backupSecretWithResponse(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Requests a backup of the secret be downloaded to the client.
backupSecretWithResponse(String, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Requests a backup of the secret be downloaded to the client.
beginDeleteSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Deletes a secret from the key vault.
beginDeleteSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Deletes a secret from the key vault.
beginRecoverDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Recovers the deleted secret in the key vault to its latest version.
beginRecoverDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Recovers the deleted secret in the key vault to its latest version.
buildAsyncClient() - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Creates a SecretAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Creates a SecretClient based on options set in the builder.

C

com.azure.security.keyvault.secrets - package com.azure.security.keyvault.secrets
Package containing classes for creating SecretAsyncClient and SecretClient to perform operations on Azure Key Vault.
com.azure.security.keyvault.secrets.models - package com.azure.security.keyvault.secrets.models
Package containing classes used for representing secrets, deleted secrets and their attributes in Azure Key Vault.
configuration(Configuration) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the configuration store that is used during construction of the service client.
credential(TokenCredential) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the credential to use when authenticating HTTP requests.

D

DeletedSecret - Class in com.azure.security.keyvault.secrets.models
Deleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited from KeyVaultSecret.
DeletedSecret() - Constructor for class com.azure.security.keyvault.secrets.models.DeletedSecret
 

G

getContentType() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the content type.
getCreatedOn() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the the UTC time at which secret was created.
getDeletedOn() - Method in class com.azure.security.keyvault.secrets.models.DeletedSecret
Get the deleted UTC time.
getDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets a secret that has been deleted for a soft-delete enabled key vault.
getDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets a secret that has been deleted for a soft-delete enabled key vault.
getDeletedSecretWithResponse(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets a secret that has been deleted for a soft-delete enabled key vault.
getDeletedSecretWithResponse(String, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets a secret that has been deleted for a soft-delete enabled key vault.
getExpiresOn() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the Secret Expiry time in UTC.
getId() - Method in class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Get the secret identifier.
getId() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the secret identifier.
getKeyId() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the keyId identifier.
getLatest() - Static method in enum com.azure.security.keyvault.secrets.SecretServiceVersion
Gets the latest service version supported by this client library
getName() - Method in class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Get the secret name.
getName() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the secret name.
getNotBefore() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the notBefore UTC time.
getProperties() - Method in class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Get the secret properties
getRecoverableDays() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Gets the number of days a secret is retained before being deleted for a soft delete-enabled Key Vault.
getRecoveryId() - Method in class com.azure.security.keyvault.secrets.models.DeletedSecret
Get the recoveryId identifier.
getRecoveryLevel() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the recovery level of the secret.
getScheduledPurgeDate() - Method in class com.azure.security.keyvault.secrets.models.DeletedSecret
Get the scheduled purge UTC time.
getSecret(String, String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets the specified secret with specified version from the key vault.
getSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets the latest version of the specified secret from the key vault.
getSecret(String, String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets the specified secret with specified version from the key vault.
getSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets the latest version of the specified secret from the key vault.
getSecretWithResponse(String, String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets the specified secret with specified version from the key vault.
getSecretWithResponse(String, String, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets the specified secret with specified version from the key vault.
getTags() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the tags associated with the secret.
getUpdatedOn() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the UTC time at which secret was last updated.
getValue() - Method in class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Get the value of the secret.
getVaultUrl() - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Gets the vault endpoint url to which service requests are sent to.
getVaultUrl() - Method in class com.azure.security.keyvault.secrets.SecretClient
Gets the vault endpoint url to which service requests are sent to.
getVersion() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the version of the secret.
getVersion() - Method in enum com.azure.security.keyvault.secrets.SecretServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the logging configuration for HTTP requests and responses.

I

isEnabled() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the enabled value.
isManaged() - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Get the managed value.

K

KeyVaultSecret - Class in com.azure.security.keyvault.secrets.models
Secret is the resource consisting of name, value and its attributes specified in SecretProperties.
KeyVaultSecret(String, String) - Constructor for class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Creates a Secret with name and value.

L

listDeletedSecrets() - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Lists deleted secrets of the key vault if it has enabled soft-delete.
listDeletedSecrets(Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists deleted secrets of the key vault if it has enabled soft-delete.
listDeletedSecrets() - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists deleted secrets of the key vault if it has enabled soft-delete.
listPropertiesOfSecrets() - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Lists secrets in the key vault.
listPropertiesOfSecrets() - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists secrets in the key vault.
listPropertiesOfSecrets(Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists secrets in the key vault.
listPropertiesOfSecretVersions(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Lists all versions of the specified secret.
listPropertiesOfSecretVersions(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists all versions of the specified secret.
listPropertiesOfSecretVersions(String, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Lists all versions of the specified secret.

P

pipeline(HttpPipeline) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the HTTP pipeline to use for the service client.
purgeDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Permanently removes a deleted secret, without the possibility of recovery.
purgeDeletedSecret(String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Permanently removes a deleted secret, without the possibility of recovery.
purgeDeletedSecretWithResponse(String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Permanently removes a deleted secret, without the possibility of recovery.
purgeDeletedSecretWithResponse(String, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Permanently removes a deleted secret, without the possibility of recovery.

R

restoreSecretBackup(byte[]) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Restores a backed up secret, and all its versions, to a vault.
restoreSecretBackup(byte[]) - Method in class com.azure.security.keyvault.secrets.SecretClient
Restores a backed up secret, and all its versions, to a vault.
restoreSecretBackupWithResponse(byte[]) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Restores a backed up secret, and all its versions, to a vault.
restoreSecretBackupWithResponse(byte[], Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Restores a backed up secret, and all its versions, to a vault.
retryPolicy(RetryPolicy) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the RetryPolicy that is used when each request is sent.

S

SecretAsyncClient - Class in com.azure.security.keyvault.secrets
The SecretAsyncClient provides asynchronous methods to manage secrets in the Azure Key Vault.
SecretClient - Class in com.azure.security.keyvault.secrets
The SecretClient provides synchronous methods to manage secrets in the Azure Key Vault.
SecretClientBuilder - Class in com.azure.security.keyvault.secrets
This class provides a fluent builder API to help aid the configuration and instantiation of the secret async client and secret client, by calling buildAsyncClient and buildClient respectively.
SecretClientBuilder() - Constructor for class com.azure.security.keyvault.secrets.SecretClientBuilder
The constructor with defaults.
SecretProperties - Class in com.azure.security.keyvault.secrets.models
SecretProperties is the resource containing all the properties of the secret except its value.
SecretProperties() - Constructor for class com.azure.security.keyvault.secrets.models.SecretProperties
Creates empty instance of SecretProperties.
SecretServiceVersion - Enum in com.azure.security.keyvault.secrets
The versions of Azure Key Vault Secret supported by this client library.
serviceVersion(SecretServiceVersion) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the SecretServiceVersion that is used when making API requests.
setContentType(String) - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Set the contentType.
setEnabled(Boolean) - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Set the enabled value.
setExpiresOn(OffsetDateTime) - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Set the expires UTC time.
setNotBefore(OffsetDateTime) - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Set the notBefore UTC time.
setProperties(SecretProperties) - Method in class com.azure.security.keyvault.secrets.models.KeyVaultSecret
Set the secret properties
setSecret(KeyVaultSecret) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Adds a secret to the key vault if it does not exist.
setSecret(String, String) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Adds a secret to the key vault if it does not exist.
setSecret(KeyVaultSecret) - Method in class com.azure.security.keyvault.secrets.SecretClient
Adds a secret to the key vault if it does not exist.
setSecret(String, String) - Method in class com.azure.security.keyvault.secrets.SecretClient
Adds a secret to the key vault if it does not exist.
setSecretWithResponse(KeyVaultSecret) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Adds a secret to the key vault if it does not exist.
setSecretWithResponse(KeyVaultSecret, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Adds a secret to the key vault if it does not exist.
setTags(Map<String, String>) - Method in class com.azure.security.keyvault.secrets.models.SecretProperties
Set the tags to be associated with the secret.

U

updateSecretProperties(SecretProperties) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Updates the attributes associated with the secret.
updateSecretProperties(SecretProperties) - Method in class com.azure.security.keyvault.secrets.SecretClient
Updates the attributes associated with the secret.
updateSecretPropertiesWithResponse(SecretProperties) - Method in class com.azure.security.keyvault.secrets.SecretAsyncClient
Updates the attributes associated with the secret.
updateSecretPropertiesWithResponse(SecretProperties, Context) - Method in class com.azure.security.keyvault.secrets.SecretClient
Updates the attributes associated with the secret.

V

valueOf(String) - Static method in enum com.azure.security.keyvault.secrets.SecretServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.security.keyvault.secrets.SecretServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
vaultUrl(String) - Method in class com.azure.security.keyvault.secrets.SecretClientBuilder
Sets the vault url to send HTTP requests to.
A B C D G H I K L P R S U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.