Uses of Class
io.helidon.integrations.vault.auths.token.CreateToken.Response
Packages that use CreateToken.Response
Package
Description
Token authentication method for Vault.
-
Uses of CreateToken.Response in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return CreateToken.ResponseModifier and TypeMethodDescriptiondefault CreateToken.ResponseTokenAuth.createOrphan()Create a new orphan token with default configuration.default CreateToken.ResponseTokenAuth.createToken()Create a new child token with default configuration.TokenAuth.createToken(CreateToken.Request request) Create a new token with customized configuration.