Uses of Interface
org.springframework.vault.authentication.VaultTokenSupplier
Packages that use VaultTokenSupplier
Package
Description
Support for authentication and session management.
Spring configuration for Vault.
Vault core support.
-
Uses of VaultTokenSupplier in org.springframework.vault.authentication
Subinterfaces of VaultTokenSupplier in org.springframework.vault.authenticationModifier and TypeInterfaceDescriptioninterfaceStrategy interface that encapsulates the creation and management of Vault sessions based onVaultTokenused by reactive components.Classes in org.springframework.vault.authentication that implement VaultTokenSupplierModifier and TypeClassDescriptionclassclassDefault implementation ofVaultTokenSuppliercaching theVaultTokenfrom a delegateVaultTokenSupplier.classReactive implementation of Lifecycle-awaresession manager.Methods in org.springframework.vault.authentication with parameters of type VaultTokenSupplierModifier and TypeMethodDescriptionstatic CachingVaultTokenSupplierCachingVaultTokenSupplier.of(VaultTokenSupplier delegate) Creates a newCachingVaultTokenSuppliergiven adelegate supplier.Constructors in org.springframework.vault.authentication with parameters of type VaultTokenSupplierModifierConstructorDescriptionReactiveLifecycleAwareSessionManager(VaultTokenSupplier clientAuthentication, TaskScheduler taskScheduler, WebClient webClient) Create aReactiveLifecycleAwareSessionManagergivenClientAuthentication,TaskSchedulerandWebClient.ReactiveLifecycleAwareSessionManager(VaultTokenSupplier clientAuthentication, TaskScheduler taskScheduler, WebClient webClient, LifecycleAwareSessionManagerSupport.RefreshTrigger refreshTrigger) Create aReactiveLifecycleAwareSessionManagergivenVaultTokenSupplier,TaskSchedulerandWebClient. -
Uses of VaultTokenSupplier in org.springframework.vault.config
Methods in org.springframework.vault.config that return VaultTokenSupplierModifier and TypeMethodDescriptionprotected VaultTokenSupplierAbstractReactiveVaultConfiguration.vaultTokenSupplier()Construct aVaultTokenSupplierusingAbstractVaultConfiguration.clientAuthentication(). -
Uses of VaultTokenSupplier in org.springframework.vault.core
Constructors in org.springframework.vault.core with parameters of type VaultTokenSupplierModifierConstructorDescriptionReactiveVaultTemplate(VaultEndpointProvider endpointProvider, ClientHttpConnector connector, VaultTokenSupplier vaultTokenSupplier) Create a newReactiveVaultTemplatewith aVaultEndpointProvider,ClientHttpConnectorandVaultTokenSupplier.ReactiveVaultTemplate(VaultEndpoint vaultEndpoint, ClientHttpConnector connector, VaultTokenSupplier vaultTokenSupplier) Create a newReactiveVaultTemplatewith aVaultEndpoint,ClientHttpConnectorandVaultTokenSupplier.ReactiveVaultTemplate(WebClientBuilder webClientBuilder, VaultTokenSupplier vaultTokenSupplier)