Uses of Enum Class
org.springframework.cloud.vault.config.VaultProperties.AuthenticationMethod
-
Uses of VaultProperties.AuthenticationMethod in org.springframework.cloud.vault.config
Subclasses with type arguments of type VaultProperties.AuthenticationMethod in org.springframework.cloud.vault.configModifier and TypeClassDescriptionstatic enumEnumeration of authentication methods.Methods in org.springframework.cloud.vault.config that return VaultProperties.AuthenticationMethodModifier and TypeMethodDescriptionVaultProperties.getAuthentication()Returns the enum constant of this class with the specified name.static VaultProperties.AuthenticationMethod[]VaultProperties.AuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.vault.config with parameters of type VaultProperties.AuthenticationMethodModifier and TypeMethodDescriptionvoidVaultProperties.setAuthentication(VaultProperties.AuthenticationMethod authentication)