Uses of Enum Class
org.springframework.vault.core.lease.domain.RequestedSecret.Mode
Packages that use RequestedSecret.Mode
-
Uses of RequestedSecret.Mode in org.springframework.vault.core.lease.domain
Methods in org.springframework.vault.core.lease.domain that return RequestedSecret.ModeModifier and TypeMethodDescriptionRequestedSecret.getMode()
static RequestedSecret.Mode
Returns the enum constant of this class with the specified name.static RequestedSecret.Mode[]
RequestedSecret.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.vault.core.lease.domain with parameters of type RequestedSecret.ModeModifier and TypeMethodDescriptionstatic RequestedSecret
RequestedSecret.from
(RequestedSecret.Mode mode, String path)