Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
static Secret.SecretBundle |
Secret.SecretBundle.create(Secret.SecretAttributes attributes,
String contentType,
String id,
String kid,
Boolean managed,
Map<String,String> tags,
String value) |
Modifier and Type | Method and Description |
---|---|
Secret.SecretBundle |
VaultApi.getSecret(URI vaultBaseUrl,
String secretName,
String secretVersion) |
Secret.SecretBundle |
VaultApi.recoverDeletedSecret(URI vaultBaseUrl,
String secretName) |
Secret.SecretBundle |
VaultApi.restoreSecret(URI vaultBaseUrl,
String secretInfo) |
Secret.SecretBundle |
VaultApi.setSecret(URI keyVaultUri,
String secretName,
Secret.SecretAttributes attributes,
String contentType,
Map<String,String> tags,
String value) |
Secret.SecretBundle |
VaultApi.updateSecret(URI vaultBaseUrl,
String secretName,
String secretVersion,
Secret.SecretAttributes attributes,
String contentType,
Map<String,String> tags) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.