Uses of Interface
org.springframework.vault.authentication.SessionManager
Package
Description
Support for authentication and session management.
Spring configuration for Vault.
Vault core support.
-
Uses of SessionManager in org.springframework.vault.authentication
Modifier and TypeClassDescriptionclass
Lifecycle-awareSession Manager
.class
Default implementation ofSessionManager
. -
Uses of SessionManager in org.springframework.vault.config
Modifier and TypeMethodDescriptionAbstractReactiveVaultConfiguration.sessionManager()
Construct a session manager adapter wrappingAbstractReactiveVaultConfiguration.reactiveSessionManager()
and exposing imperativeSessionManager
on top of a reactive API.AbstractVaultConfiguration.sessionManager()
Construct aLifecycleAwareSessionManager
usingAbstractVaultConfiguration.clientAuthentication()
. -
Uses of SessionManager in org.springframework.vault.core
Modifier and TypeMethodDescriptionvoid
VaultTemplate.setSessionManager
(SessionManager sessionManager) Set theSessionManager
.ModifierConstructorDescriptionVaultTemplate
(RestTemplateBuilder restTemplateBuilder, SessionManager sessionManager) VaultTemplate
(VaultEndpointProvider endpointProvider, ClientHttpRequestFactory requestFactory, SessionManager sessionManager) Create a newVaultTemplate
with aVaultEndpointProvider
,ClientHttpRequestFactory
andSessionManager
.VaultTemplate
(VaultEndpoint vaultEndpoint, ClientHttpRequestFactory clientHttpRequestFactory, SessionManager sessionManager)