public static class VaultProperties.Lifecycle extends Object
| Constructor and Description |
|---|
Lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getExpiryThreshold() |
org.springframework.vault.core.lease.LeaseEndpoints |
getLeaseEndpoints() |
Duration |
getMinRenewal() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setExpiryThreshold(Duration expiryThreshold) |
void |
setLeaseEndpoints(org.springframework.vault.core.lease.LeaseEndpoints leaseEndpoints) |
void |
setMinRenewal(Duration minRenewal) |
public boolean isEnabled()
public Duration getMinRenewal()
public Duration getExpiryThreshold()
public org.springframework.vault.core.lease.LeaseEndpoints getLeaseEndpoints()
public void setEnabled(boolean enabled)
public void setMinRenewal(Duration minRenewal)
public void setExpiryThreshold(Duration expiryThreshold)
public void setLeaseEndpoints(org.springframework.vault.core.lease.LeaseEndpoints leaseEndpoints)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.