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 credentials cache file.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.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.truststorePassword(String truststorePassword) Password to truststore used for OAuth identity providerOAuthCredentialsProviderBuilder.truststorePath(Path truststorePath) Path to truststore used for OAuth identity provider