Class WrappedMetadata
java.lang.Object
org.springframework.vault.support.WrappedMetadata
Value object representing wrapped secret metadata.
- Since:
- 2.1
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorDescriptionWrappedMetadata
(VaultToken token, Duration ttl, Instant creationTime, String path) Creates a newWrappedMetadata
. -
Method Summary
-
Constructor Details
-
WrappedMetadata
Creates a newWrappedMetadata
.- Parameters:
token
- must not be null.ttl
- must not be null.creationTime
- must not be null.path
- can be null.
-
-
Method Details
-
getToken
-
getTtl
-
getCreationTime
-
getPath
-