Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
org.springframework.vault.core.lease |
The core package implementing lease renewal and secret rotation.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleAwareSessionManagerSupport.setLeaseStrategy(LeaseStrategy leaseStrategy)
Set the
LeaseStrategy for lease renewal error handling. |
Modifier and Type | Method and Description |
---|---|
void |
SecretLeaseContainer.setLeaseStrategy(LeaseStrategy leaseStrategy)
Set the
LeaseStrategy for lease renewal error handling. |
Modifier and Type | Method and Description |
---|---|
static LeaseStrategy |
LeaseStrategy.dropOnError()
Predefined strategy to drop leases on error.
|
static LeaseStrategy |
LeaseStrategy.retainOnError()
Predefined strategy to retain leases on error.
|
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.