@FunctionalInterface public interface SessionManager
VaultToken
.
SessionManager
is used by VaultTemplate
to initiate a session. Implementing classes usually use ClientAuthentication
to
log into Vault and obtain tokens.
SimpleSessionManager
,
ClientAuthentication
Modifier and Type | Method and Description |
---|---|
VaultToken |
getSessionToken()
Obtain a session token.
|
VaultToken getSessionToken()
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.