Class SimpleSessionManager

java.lang.Object
org.springframework.vault.authentication.SimpleSessionManager
All Implemented Interfaces:
SessionManager

public class SimpleSessionManager extends Object implements SessionManager
Default implementation of SessionManager.

Uses a synchronized login method to log into Vault and reuse the resulting VaultToken throughout session lifetime.

Author:
Mark Paluch
See Also: