Uses of Class
org.springframework.vault.support.VaultMount
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultMount in org.springframework.vault.core
Modifier and TypeMethodDescriptionVaultSysOperations.getAuthMounts()
VaultSysTemplate.getAuthMounts()
VaultSysOperations.getMounts()
VaultSysTemplate.getMounts()
Modifier and TypeMethodDescriptionvoid
VaultSysOperations.authMount
(String path, VaultMount vaultMount) Mounts an auth backendVaultMount
topath
.void
VaultSysTemplate.authMount
(String path, VaultMount vaultMount) void
VaultSysOperations.mount
(String path, VaultMount vaultMount) Mounts a secret backendVaultMount
topath
.void
VaultSysTemplate.mount
(String path, VaultMount vaultMount) -
Uses of VaultMount in org.springframework.vault.support
Modifier and TypeMethodDescriptionVaultMount.VaultMountBuilder.build()
Build a newVaultMount
instance.static VaultMount
Create a newVaultMount
given atype
.