Uses of Interface
org.springframework.vault.authentication.ReactiveSessionManager
Package
Description
Support for authentication and session management.
Spring configuration for Vault.
-
Uses of ReactiveSessionManager in org.springframework.vault.authentication
Modifier 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
Modifier and TypeMethodDescriptionAbstractReactiveVaultConfiguration.reactiveSessionManager()
Construct aReactiveSessionManager
usingAbstractReactiveVaultConfiguration.vaultTokenSupplier()
.