Uses of Class
org.springframework.cloud.vault.config.VaultProperties.AuthenticationMethod
-
-
Uses of VaultProperties.AuthenticationMethod in org.springframework.cloud.vault.config
Methods in org.springframework.cloud.vault.config that return VaultProperties.AuthenticationMethod Modifier and Type Method Description VaultProperties.AuthenticationMethodVaultProperties. getAuthentication()static VaultProperties.AuthenticationMethodVaultProperties.AuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static VaultProperties.AuthenticationMethod[]VaultProperties.AuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.vault.config with parameters of type VaultProperties.AuthenticationMethod Modifier and Type Method Description voidVaultProperties. setAuthentication(VaultProperties.AuthenticationMethod authentication)
-