public interface VaultKeyValueOperationsSupport
Modifier and Type | Interface and Description |
---|---|
static class |
VaultKeyValueOperationsSupport.KeyValueBackend
Enumeration of supported Key/Value backend API versions.
|
Modifier and Type | Method and Description |
---|---|
void |
delete(String path)
Delete the secret at
path . |
Object |
get(String path)
Read the secret at
path . |
VaultKeyValueOperationsSupport.KeyValueBackend |
getApiVersion() |
List<String> |
list(String path)
Enumerate keys from a Vault path.
|
@Nullable List<String> list(String path)
path
- must not be null.@Nullable Object get(String path)
path
.path
- must not be null.void delete(String path)
path
.path
- must not be null.VaultKeyValueOperationsSupport.KeyValueBackend getApiVersion()
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.