Class SecretLeaseExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.core.lease.event.SecretLeaseEvent
org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent
- All Implemented Interfaces:
Serializable
Event published after an expired
Lease
for a RequestedSecret
was
observed. Secrets associated with the lease are about to expire or already expired at
the time this event is received.- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.vault.core.lease.event.SecretLeaseEvent
getLease, getSource
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SecretLeaseExpiredEvent
- Parameters:
requestedSecret
- must not be null.lease
- must not be null.
-