Class VaultRevisionRepository<T>

java.lang.Object
org.springframework.vault.repository.support.VaultRevisionRepository<T>
All Implemented Interfaces:
RevisionRepository<T,String,Integer>, Repository<T,String>

public class VaultRevisionRepository<T> extends Object implements RevisionRepository<T,String,Integer>
Vault-based RevisionRepository providing revision metadata for versioned secrets.
Since:
2.4
Author:
Mark Paluch