Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Class and Description |
---|---|
static class |
LifecycleAwareSessionManagerSupport.FixedTimeoutRefreshTrigger
LifecycleAwareSessionManagerSupport.RefreshTrigger implementation using a fixed timeout to schedule renewal
before a LoginToken expires. |
Modifier and Type | Method and Description |
---|---|
protected LifecycleAwareSessionManagerSupport.RefreshTrigger |
LifecycleAwareSessionManagerSupport.getRefreshTrigger() |
Constructor and Description |
---|
LifecycleAwareSessionManager(ClientAuthentication clientAuthentication,
TaskScheduler taskScheduler,
RestOperations restOperations,
LifecycleAwareSessionManagerSupport.RefreshTrigger refreshTrigger)
|
LifecycleAwareSessionManagerSupport(TaskScheduler taskScheduler,
LifecycleAwareSessionManagerSupport.RefreshTrigger refreshTrigger)
|
ReactiveLifecycleAwareSessionManager(VaultTokenSupplier clientAuthentication,
TaskScheduler taskScheduler,
WebClient webClient,
LifecycleAwareSessionManagerSupport.RefreshTrigger refreshTrigger)
Create a
ReactiveLifecycleAwareSessionManager given
VaultTokenSupplier , TaskScheduler and WebClient . |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.