Uses of Class
org.springframework.vault.support.VaultTokenRequest
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultTokenRequest in org.springframework.vault.core
Modifier and TypeMethodDescriptionVaultTokenOperations.create
(String role, VaultTokenRequest request) Create a new token for the givenrole
andVaultTokenRequest
.VaultTokenOperations.create
(VaultTokenRequest request) Create a new token for the givenVaultTokenRequest
.VaultTokenTemplate.create
(String role, VaultTokenRequest request) VaultTokenTemplate.create
(VaultTokenRequest request) VaultTokenOperations.createOrphan
(VaultTokenRequest request) Create a new orphan token for the givenVaultTokenRequest
.VaultTokenTemplate.createOrphan
(VaultTokenRequest request) -
Uses of VaultTokenRequest in org.springframework.vault.support
Modifier and TypeMethodDescriptionVaultTokenRequest.VaultTokenRequestBuilder.build()
Build a newVaultTokenRequest
instance.static VaultTokenRequest
VaultTokenRequest.empty()