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.
DefaultSessionManager
,
ClientAuthentication
Modifier and Type | Method and Description |
---|---|
VaultToken |
getSessionToken()
Obtain a session token.
|
VaultToken getSessionToken()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.