Uses of Class
io.helidon.integrations.vault.auths.token.CreateTokenRole.Response
-
Packages that use CreateTokenRole.Response Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault. -
-
Uses of CreateTokenRole.Response in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return CreateTokenRole.Response Modifier and Type Method Description CreateTokenRole.Response
TokenAuth. createTokenRole(CreateTokenRole.Request request)
Creates (or replaces) the named role.Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type CreateTokenRole.Response Modifier and Type Method Description Single<CreateTokenRole.Response>
TokenAuthRx. createTokenRole(CreateTokenRole.Request request)
Creates (or replaces) the named role.
-