Uses of Interface
org.springframework.vault.authentication.ReactiveSessionManager
Packages that use ReactiveSessionManager
Package
Description
Support for authentication and session management.
Spring configuration for Vault.
-
Uses of ReactiveSessionManager in org.springframework.vault.authentication
Classes in org.springframework.vault.authentication that implement ReactiveSessionManagerModifier and TypeClassDescriptionclass
Default implementation ofVaultTokenSupplier
caching theVaultToken
from a delegateVaultTokenSupplier
.class
Reactive implementation of Lifecycle-awaresession manager
. -
Uses of ReactiveSessionManager in org.springframework.vault.config
Methods in org.springframework.vault.config that return ReactiveSessionManagerModifier and TypeMethodDescriptionAbstractReactiveVaultConfiguration.reactiveSessionManager()
Construct aReactiveSessionManager
usingAbstractReactiveVaultConfiguration.vaultTokenSupplier()
.