Uses of Class
io.camunda.zeebe.client.impl.ZeebeClientCredentials
-
Packages that use ZeebeClientCredentials Package Description io.camunda.zeebe.client.impl.oauth -
-
Uses of ZeebeClientCredentials in io.camunda.zeebe.client.impl.oauth
Methods in io.camunda.zeebe.client.impl.oauth that return types with arguments of type ZeebeClientCredentials Modifier and Type Method Description Optional<ZeebeClientCredentials>OAuthCredentialsCache. get(String endpoint)Methods in io.camunda.zeebe.client.impl.oauth with parameters of type ZeebeClientCredentials Modifier and Type Method Description OAuthCredentialsCacheOAuthCredentialsCache. put(String endpoint, ZeebeClientCredentials credentials)
-