Uses of Enum Class
org.springframework.vault.core.lease.LeaseEndpoints
Packages that use LeaseEndpoints
Package
Description
The core package implementing lease renewal and secret rotation.
-
Uses of LeaseEndpoints in org.springframework.vault.core.lease
Methods in org.springframework.vault.core.lease that return LeaseEndpointsModifier and TypeMethodDescriptionstatic LeaseEndpoints
Returns the enum constant of this class with the specified name.static LeaseEndpoints[]
LeaseEndpoints.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.vault.core.lease with parameters of type LeaseEndpointsModifier and TypeMethodDescriptionvoid
SecretLeaseContainer.setLeaseEndpoints
(LeaseEndpoints leaseEndpoints) Set theLeaseEndpoints
to delegate renewal/revocation calls to.