| 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 |
|---|---|
Map<String,VaultMount> |
VaultSysOperations.getAuthMounts() |
Map<String,VaultMount> |
VaultSysTemplate.getAuthMounts() |
Map<String,VaultMount> |
VaultSysOperations.getMounts() |
Map<String,VaultMount> |
VaultSysTemplate.getMounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
VaultSysOperations.authMount(String path,
VaultMount vaultMount)
Mounts an auth backend
VaultMount to path. |
void |
VaultSysTemplate.authMount(String path,
VaultMount vaultMount) |
void |
VaultSysOperations.mount(String path,
VaultMount vaultMount)
Mounts a secret backend
VaultMount to path. |
void |
VaultSysTemplate.mount(String path,
VaultMount vaultMount) |
| Modifier and Type | Method and Description |
|---|---|
VaultMount |
VaultMount.VaultMountBuilder.build()
Build a new
VaultMount instance. |
static VaultMount |
VaultMount.create(String type)
Create a new
VaultMount given a type. |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.