Class VaultProperties.Session
- java.lang.Object
-
- org.springframework.cloud.vault.config.VaultProperties.Session
-
- Enclosing class:
- VaultProperties
public static class VaultProperties.Session extends Object
Session management configuration properties.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description Session()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultProperties.SessionLifecyclegetLifecycle()voidsetLifecycle(VaultProperties.SessionLifecycle lifecycle)
-
-
-
Method Detail
-
getLifecycle
public VaultProperties.SessionLifecycle getLifecycle()
-
setLifecycle
public void setLifecycle(VaultProperties.SessionLifecycle lifecycle)
-
-