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 LeaseEndpointsReturns 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 TypeMethodDescriptionvoidSecretLeaseContainer.setLeaseEndpoints(LeaseEndpoints leaseEndpoints) Set theLeaseEndpointsto delegate renewal/revocation calls to.