Class VaultProperties.SessionLifecycle

  • Enclosing class:
    VaultProperties

    public static class VaultProperties.SessionLifecycle
    extends Object
    Configuration to Vault Session lifecycle management.
    Since:
    3.0
    • Constructor Detail

      • SessionLifecycle

        public SessionLifecycle()
    • Method Detail

      • 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)