Package | Description |
---|---|
org.springframework.vault.core |
Vault core support.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
VaultResponse |
VaultTemplate.read(String path) |
VaultResponse |
VaultOperations.read(String path)
Read from a secret backend.
|
VaultResponse |
VaultTemplate.write(String path,
Object body) |
VaultResponse |
VaultOperations.write(String path,
Object body)
Write to a secret backend.
|
Modifier and Type | Class and Description |
---|---|
class |
VaultTokenResponse
Value object to bind Vault HTTP Token API responses.
|
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.