Uses of Class
org.springframework.vault.support.VaultMount
Packages that use VaultMount
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultMount in org.springframework.vault.core
Methods in org.springframework.vault.core that return types with arguments of type VaultMountModifier and TypeMethodDescriptionVaultSysOperations.getAuthMounts()
VaultSysTemplate.getAuthMounts()
VaultSysOperations.getMounts()
VaultSysTemplate.getMounts()
Methods in org.springframework.vault.core with parameters of type VaultMountModifier 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
Methods in org.springframework.vault.support that return VaultMountModifier and TypeMethodDescriptionVaultMount.VaultMountBuilder.build()
Build a newVaultMount
instance.static VaultMount
Create a newVaultMount
given atype
.