Class VaultProperties.SessionLifecycle
java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.SessionLifecycle
- Enclosing class:
VaultProperties
Configuration to Vault Session lifecycle management.
- Since:
- 3.0
- Author:
- Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetEnabled(boolean enabled) voidsetExpiryThreshold(Duration expiryThreshold) voidsetRefreshBeforeExpiry(Duration refreshBeforeExpiry)
-
Constructor Details
-
SessionLifecycle
public SessionLifecycle()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getRefreshBeforeExpiry
-
setRefreshBeforeExpiry
-
getExpiryThreshold
-
setExpiryThreshold
-