Class VaultTemplate

java.lang.Object
org.springframework.vault.core.VaultTemplate
All Implemented Interfaces:
DisposableBean, InitializingBean, VaultOperations

public class VaultTemplate extends Object implements InitializingBean, VaultOperations, DisposableBean
This class encapsulates main Vault interaction. VaultTemplate will log into Vault on initialization and use the token throughout the whole lifetime.
Author:
Mark Paluch
See Also: