Class CachingVaultTokenSupplier

java.lang.Object
org.springframework.vault.authentication.CachingVaultTokenSupplier
All Implemented Interfaces:
ReactiveSessionManager, VaultTokenSupplier

public class CachingVaultTokenSupplier extends Object implements VaultTokenSupplier, ReactiveSessionManager
Default implementation of VaultTokenSupplier caching the VaultToken from a delegate VaultTokenSupplier.
Since:
2.0
Author:
Mark Paluch
See Also: