Uses of Class
io.camunda.client.impl.oauth.OAuthCredentialsProviderBuilder
Packages that use OAuthCredentialsProviderBuilder
-
Uses of OAuthCredentialsProviderBuilder in io.camunda.client
Methods in io.camunda.client that return OAuthCredentialsProviderBuilder -
Uses of OAuthCredentialsProviderBuilder in io.camunda.client.impl.oauth
Methods in io.camunda.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 requests to the OAuth credentials provider.OAuthCredentialsProviderBuilder.credentialsCachePath(String cachePath) The location for the persistent credentials cache file.The URL of the issuer that will issue the access token.OAuthCredentialsProviderBuilder.keystoreKeyPassword(String keystoreKeyPassword) Keystore key password used for OAuth identity providerOAuthCredentialsProviderBuilder.keystorePassword(String keystorePassword) Password to keystore used for OAuth identity providerOAuthCredentialsProviderBuilder.keystorePath(Path keystorePath) Path to keystore used for OAuth identity providerOAuthCredentialsProviderBuilder.proactiveTokenRefreshThreshold(Duration proactiveTokenRefreshThreshold) Window before actual token expiry during which a background refresh is triggered eagerly.OAuthCredentialsProviderBuilder.readTimeout(Duration readTimeout) The data read timeout of requests to the OAuth credentials provider.The resource for which the access token should be valid.The scopes of the access token.OAuthCredentialsProviderBuilder.tokenFetchBackoffMultiplier(double tokenFetchBackoffMultiplier) The multiplier applied to the backoff duration between successive token fetch retry attempts.OAuthCredentialsProviderBuilder.tokenFetchInitialBackoff(Duration tokenFetchInitialBackoff) The initial backoff duration applied between token fetch retry attempts.OAuthCredentialsProviderBuilder.tokenFetchMaxRetries(int tokenFetchMaxRetries) The maximum number of attempts (including the initial one) when fetching a token from the OAuth authorization server.OAuthCredentialsProviderBuilder.tokenFetchNonRetryableCooldown(Duration tokenFetchNonRetryableCooldown) The cooldown duration applied after the token endpoint returns a non-retryable response.OAuthCredentialsProviderBuilder.tokenFetchRetryableStatusCodes(Set<Integer> tokenFetchRetryableStatusCodes) The set of HTTP status codes from the token endpoint that should be retried with backoff.OAuthCredentialsProviderBuilder.truststorePassword(String truststorePassword) Password to truststore used for OAuth identity providerOAuthCredentialsProviderBuilder.truststorePath(Path truststorePath) Path to truststore used for OAuth identity providerOAuthCredentialsProviderBuilder.wellKnownConfigurationUrl(String wellKnownConfigurationUrl) The well known configuration URL of the issuer that will issue the access token.