Uses of Class
org.springframework.cloud.vault.config.VaultProperties
-
-
Uses of VaultProperties in org.springframework.cloud.vault.config
Methods in org.springframework.cloud.vault.config with parameters of type VaultProperties Modifier and Type Method Description protected org.springframework.http.client.reactive.ClientHttpConnectorVaultReactiveAutoConfiguration. createConnector(VaultProperties vaultProperties)Creates aClientHttpConnectorconfigured withClientOptionsandSslConfigurationwhich are not necessarily applicable for the whole application.org.springframework.cloud.bootstrap.config.PropertySourceLocatorVaultBootstrapPropertySourceConfiguration. vaultPropertySourceLocator(org.springframework.vault.core.VaultOperations operations, VaultProperties vaultProperties, VaultKeyValueBackendProperties kvBackendProperties, org.springframework.beans.factory.ObjectFactory<org.springframework.vault.core.lease.SecretLeaseContainer> secretLeaseContainerObjectFactory)Deprecated.Constructors in org.springframework.cloud.vault.config with parameters of type VaultProperties Constructor Description DiscoveryClientVaultBootstrapConfiguration(VaultProperties vaultProperties)ReactiveDiscoveryClientVaultBootstrapConfiguration(VaultProperties vaultProperties)VaultAutoConfiguration(org.springframework.context.ConfigurableApplicationContext applicationContext, VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.RestTemplateCustomizer>> customizers, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.RestTemplateRequestCustomizer<?>>> requestCustomizers)VaultBootstrapConfiguration(org.springframework.context.ConfigurableApplicationContext applicationContext, VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.RestTemplateCustomizer>> customizers, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.RestTemplateRequestCustomizer<?>>> requestCustomizers)Deprecated.VaultBootstrapPropertySourceConfiguration(VaultProperties vaultProperties, org.springframework.context.ConfigurableApplicationContext applicationContext)Deprecated.VaultConfigTemplate(org.springframework.vault.core.VaultOperations vaultOperations, VaultProperties properties)Create a newVaultConfigTemplategivenVaultOperations.VaultReactiveAutoConfiguration(VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.ReactiveVaultEndpointProvider> reactiveEndpointProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.WebClientCustomizer>> webClientCustomizers)Deprecated.VaultReactiveAutoConfiguration(org.springframework.context.ConfigurableApplicationContext applicationContext, VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.ReactiveVaultEndpointProvider> reactiveEndpointProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.WebClientCustomizer>> webClientCustomizers)VaultReactiveBootstrapConfiguration(VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.ReactiveVaultEndpointProvider> reactiveEndpointProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.WebClientCustomizer>> webClientCustomizers)Deprecated.
-