public static class VaultProperties.SessionLifecycle extends Object
| Constructor and Description |
|---|
SessionLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getExpiryThreshold() |
Duration |
getRefreshBeforeExpiry() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setExpiryThreshold(Duration expiryThreshold) |
void |
setRefreshBeforeExpiry(Duration refreshBeforeExpiry) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Duration getRefreshBeforeExpiry()
public void setRefreshBeforeExpiry(Duration refreshBeforeExpiry)
public Duration getExpiryThreshold()
public void setExpiryThreshold(Duration expiryThreshold)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.