Uses of Class
io.helidon.integrations.vault.auths.token.CreateToken.Response
-
Packages that use CreateToken.Response Package Description io.helidon.integrations.vault.auths.token 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.Response Modifier and Type Method Description default CreateToken.ResponseTokenAuth. createOrphan()Create a new orphan token with default configuration.default CreateToken.ResponseTokenAuth. createToken()Create a new child token with default configuration.CreateToken.ResponseTokenAuth. createToken(CreateToken.Request request)Create a new token with customized configuration.Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type CreateToken.Response Modifier and Type Method Description default Single<CreateToken.Response>TokenAuthRx. createOrphan()Create a new orphan token with default configuration.default Single<CreateToken.Response>TokenAuthRx. createToken()Create a new child token with default configuration.Single<CreateToken.Response>TokenAuthRx. createToken(CreateToken.Request request)Create a new token with customized configuration.
-