Uses of Class
io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
Packages that use OAuthCredentialsProviderBuilder
-
Uses of OAuthCredentialsProviderBuilder in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return OAuthCredentialsProviderBuilder -
Uses of OAuthCredentialsProviderBuilder in io.camunda.zeebe.client.impl.oauth
Methods in io.camunda.zeebe.client.impl.oauth that return OAuthCredentialsProviderBuilderModifier and TypeMethodDescriptionOAuthCredentialsProviderBuilder.applyEnvironmentOverrides(boolean applyEnvironmentOverrides) The resource for which the access token should be valid.OAuthCredentialsProviderBuilder.authorizationServerUrl(String authorizationServerUrl) The authorization server's URL, from which the access token will be requested.OAuthCredentialsProviderBuilder.clientAssertionKeystoreKeyAlias(String clientAssertionKeystoreKeyAlias) OAuthCredentialsProviderBuilder.clientAssertionKeystoreKeyPassword(String clientAssertionKeystoreKeyPassword) OAuthCredentialsProviderBuilder.clientAssertionKeystorePassword(String clientAssertionKeystorePassword) OAuthCredentialsProviderBuilder.clientAssertionKeystorePath(String clientAssertionKeystorePath) OAuthCredentialsProviderBuilder.clientAssertionKeystorePath(Path clientAssertionKeystorePath) Client id to be used when requesting access token from OAuth authorization server.OAuthCredentialsProviderBuilder.clientSecret(String clientSecret) Client secret to be used when requesting access token from OAuth authorization server.OAuthCredentialsProviderBuilder.connectTimeout(Duration connectTimeout) The connection timeout of request.OAuthCredentialsProviderBuilder.credentialsCachePath(String cachePath) The location for the credentials cache file.OAuthCredentialsProviderBuilder.readTimeout(Duration readTimeout) The data read timeout of request.The resource for which the access token should be valid.The scopes of the access token.