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 TypeMethodDescriptionvoidVaultSysOperations.authMount(String path, VaultMount vaultMount) Mounts an auth backendVaultMounttopath.voidVaultSysTemplate.authMount(String path, VaultMount vaultMount) voidVaultSysOperations.mount(String path, VaultMount vaultMount) Mounts a secret backendVaultMounttopath.voidVaultSysTemplate.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 newVaultMountinstance.static VaultMountCreate a newVaultMountgiven atype.