Uses of Class
org.springframework.vault.authentication.LifecycleAwareSessionManager.TokenWrapper
Packages that use LifecycleAwareSessionManager.TokenWrapper
Package
Description
Support for authentication and session management.
-
Uses of LifecycleAwareSessionManager.TokenWrapper in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return types with arguments of type LifecycleAwareSessionManager.TokenWrapperModifier and TypeMethodDescriptionLifecycleAwareSessionManager.getToken()
The token state: Contains the currently valid token that identifies the Vault session.Method parameters in org.springframework.vault.authentication with type arguments of type LifecycleAwareSessionManager.TokenWrapperModifier and TypeMethodDescriptionprotected void
LifecycleAwareSessionManager.setToken
(Optional<LifecycleAwareSessionManager.TokenWrapper> token)