public interface VaultKeyValueOperations extends VaultKeyValueOperationsSupport
VaultVersionedKeyValueOperations
in such cases instead.VaultVersionedKeyValueOperations
,
KeyValueBackend
VaultKeyValueOperationsSupport.KeyValueBackend
Modifier and Type | Method and Description |
---|---|
VaultResponse |
get(String path)
Read the secret at
path . |
<T> VaultResponseSupport<T> |
get(String path,
Class<T> responseType)
Read the secret at
path . |
void |
put(String path,
Object body)
Write the secret at
path . |
delete, getApiVersion, list
@Nullable VaultResponse get(String path)
path
.get
in interface VaultKeyValueOperationsSupport
path
- must not be null.@Nullable <T> VaultResponseSupport<T> get(String path, Class<T> responseType)
path
.path
- must not be null.responseType
- must not be null.Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.