| Modifier and Type | Method and Description |
|---|---|
VaultAutoConfiguration.TaskSchedulerWrapper |
VaultAutoConfiguration.vaultTaskScheduler()
Creates a new
VaultAutoConfiguration.TaskSchedulerWrapper that encapsulates a bean implementing
TaskScheduler and AsyncTaskExecutor. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.vault.core.lease.SecretLeaseContainer |
VaultBootstrapPropertySourceConfiguration.secretLeaseContainer(org.springframework.vault.core.VaultOperations vaultOperations,
VaultAutoConfiguration.TaskSchedulerWrapper taskSchedulerWrapper)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.vault.authentication.ReactiveSessionManager |
VaultReactiveAutoConfiguration.reactiveVaultSessionManager(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.beans.factory.ObjectFactory<VaultAutoConfiguration.TaskSchedulerWrapper> asyncTaskExecutorFactory,
org.springframework.vault.client.WebClientFactory webClientFactory) |
org.springframework.vault.authentication.SessionManager |
VaultAutoConfiguration.vaultSessionManager(org.springframework.vault.authentication.ClientAuthentication clientAuthentication,
org.springframework.beans.factory.ObjectFactory<VaultAutoConfiguration.TaskSchedulerWrapper> asyncTaskExecutorFactory,
org.springframework.vault.client.RestTemplateFactory restTemplateFactory) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.