Class VaultProperties.SessionLifecycle

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.SessionLifecycle
Enclosing class:
VaultProperties

public static class VaultProperties.SessionLifecycle extends Object
Configuration to Vault Session lifecycle management.
Since:
3.0
Author:
Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
  • Constructor Details

    • SessionLifecycle

      public SessionLifecycle()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getRefreshBeforeExpiry

      public Duration getRefreshBeforeExpiry()
    • setRefreshBeforeExpiry

      public void setRefreshBeforeExpiry(Duration refreshBeforeExpiry)
    • getExpiryThreshold

      public Duration getExpiryThreshold()
    • setExpiryThreshold

      public void setExpiryThreshold(Duration expiryThreshold)