Uses of Class
io.camunda.client.impl.CamundaClientCredentials
Packages that use CamundaClientCredentials
-
Uses of CamundaClientCredentials in io.camunda.client.impl.oauth
Methods in io.camunda.client.impl.oauth that return CamundaClientCredentialsModifier and TypeMethodDescriptionOAuthCredentialsCache.computeIfMissingOrInvalid(String clientId, SupplierWithIO<CamundaClientCredentials> zeebeClientCredentialsConsumer) Methods in io.camunda.client.impl.oauth that return types with arguments of type CamundaClientCredentialsModifier and TypeMethodDescriptionMethods in io.camunda.client.impl.oauth with parameters of type CamundaClientCredentialsModifier and TypeMethodDescriptionOAuthCredentialsCache.put(String clientId, CamundaClientCredentials credentials) Method parameters in io.camunda.client.impl.oauth with type arguments of type CamundaClientCredentialsModifier and TypeMethodDescriptionOAuthCredentialsCache.computeIfMissingOrInvalid(String clientId, SupplierWithIO<CamundaClientCredentials> zeebeClientCredentialsConsumer) <T> Optional<T> OAuthCredentialsCache.withCache(String clientId, FunctionWithIO<CamundaClientCredentials, T> function)