Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
org.springframework.vault.client |
Spring Vault Client abstraction.
|
org.springframework.vault.core |
Vault core support.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Class and Description |
---|---|
class |
LoginToken
Value object for a Vault token obtained by a login method.
|
Modifier and Type | Method and Description |
---|---|
VaultToken |
AppRoleAuthenticationOptions.getInitialToken() |
VaultToken |
CubbyholeAuthenticationOptions.getInitialToken() |
VaultToken |
SimpleSessionManager.getSessionToken() |
VaultToken |
SessionManager.getSessionToken()
Obtain a session token.
|
VaultToken |
LifecycleAwareSessionManager.getSessionToken() |
VaultToken |
AwsEc2Authentication.login() |
VaultToken |
AppRoleAuthentication.login() |
VaultToken |
CubbyholeAuthentication.login() |
VaultToken |
AwsIamAuthentication.login() |
VaultToken |
TokenAuthentication.login() |
VaultToken |
ClientAuthentication.login()
Return a
VaultToken . |
VaultToken |
AppIdAuthentication.login() |
VaultToken |
ClientCertificateAuthentication.login() |
protected VaultToken |
LifecycleAwareSessionManager.login() |
Modifier and Type | Method and Description |
---|---|
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.initialToken(VaultToken initialToken)
Configure a
initialToken . |
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder |
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.initialToken(VaultToken initialToken)
Configure the initial
VaultToken to access Cubbyhole. |
Constructor and Description |
---|
TokenAuthentication(VaultToken token)
Create a new
TokenAuthentication with a static token . |
Modifier and Type | Method and Description |
---|---|
static org.springframework.http.HttpHeaders |
VaultHttpHeaders.from(VaultToken vaultToken)
Create
HttpHeaders given VaultToken . |
Modifier and Type | Method and Description |
---|---|
VaultTokenResponse |
VaultTokenOperations.renew(VaultToken vaultToken)
Renew a
VaultToken . |
VaultTokenResponse |
VaultTokenTemplate.renew(VaultToken vaultToken) |
void |
VaultTokenOperations.revoke(VaultToken vaultToken)
Revoke a
VaultToken . |
void |
VaultTokenTemplate.revoke(VaultToken vaultToken) |
void |
VaultTokenOperations.revokeOrphan(VaultToken vaultToken)
Revoke a
VaultToken but not its child tokens. |
void |
VaultTokenTemplate.revokeOrphan(VaultToken vaultToken) |
Modifier and Type | Method and Description |
---|---|
VaultToken |
VaultInitializationResponse.getRootToken() |
VaultToken |
VaultTokenResponse.getToken()
Return a
VaultToken from the VaultResponse . |
static VaultToken |
VaultToken.of(char[] token)
Create a new
VaultToken . |
static VaultToken |
VaultToken.of(String token)
Create a new
VaultToken . |
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.