Uses of Enum
io.github.jopenlibs.vault.api.sys.mounts.MountType
Packages that use MountType
Package
Description
Classes implementing Vault's mounts system.
-
Uses of MountType in io.github.jopenlibs.vault.api.sys.mounts
Methods in io.github.jopenlibs.vault.api.sys.mounts that return MountTypeModifier and TypeMethodDescriptionMount.getType()static MountTypeGet theMountTypeinstance from the providedvaluestring.static MountTypeReturns the enum constant of this type with the specified name.static MountType[]MountType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.jopenlibs.vault.api.sys.mounts with parameters of type MountTypeModifier and TypeMethodDescriptionMounts.enable(String path, MountType type, MountPayload payload) Operation to enable secrets engine at given path.MountPayload.toEnableJson(MountType type)