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