Interface VaultOperations

All Known Implementing Classes:
VaultTemplate

public interface VaultOperations
Interface that specifies a basic set of Vault operations, implemented by VaultTemplate. This is the main entry point to interact with Vault in an authenticated and unauthenticated context.

VaultOperations allows execution of callback methods. Callbacks can execute requests within a session context and the without a session.

Author:
Mark Paluch, Lauren Voswinkel
See Also: