Class WrappedMetadata

java.lang.Object
org.springframework.vault.support.WrappedMetadata

public class WrappedMetadata extends Object
Value object representing wrapped secret metadata.
Since:
2.1
Author:
Mark Paluch
  • Constructor Details

    • WrappedMetadata

      public WrappedMetadata(VaultToken token, Duration ttl, Instant creationTime, @Nullable String path)
      Create a new WrappedMetadata.
      Parameters:
      token - must not be null.
      ttl - must not be null.
      creationTime - must not be null.
      path - can be null.
  • Method Details