Uses of Enum Class
com.atlassian.secrets.vault.auth.VaultAuthenticationMethod
Packages that use VaultAuthenticationMethod
-
Uses of VaultAuthenticationMethod in com.atlassian.secrets.vault.auth
Methods in com.atlassian.secrets.vault.auth that return VaultAuthenticationMethodModifier and TypeMethodDescriptionVaultConfig.getAuthenticationType()static VaultAuthenticationMethodReturns the enum constant of this class with the specified name.static VaultAuthenticationMethod[]VaultAuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.secrets.vault.auth with parameters of type VaultAuthenticationMethodModifierConstructorDescriptionVaultConfig(String mount, String path, String endpoint, VaultAuthenticationMethod authenticationType)