Class ZeebeClientConfigurationProperties.Cloud

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Cloud extends Object
  • Constructor Details

    • Cloud

      public Cloud()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getClusterId

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.cluster-id") public String getClusterId()
      Deprecated.
    • setClusterId

      public void setClusterId(String clusterId)
    • getClientId

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-id") public String getClientId()
      Deprecated.
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-secret") public String getClientSecret()
      Deprecated.
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getRegion

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.region") public String getRegion()
      Deprecated.
    • setRegion

      public void setRegion(String region)
    • getScope

      @Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="The handling of scopes is done by the oidc type \'camunda.client.auth.oidc-type\'") public String getScope()
      Deprecated.
    • setScope

      public void setScope(String scope)
    • getBaseUrl

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getBaseUrl()
      Deprecated.
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getAuthUrl

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.issuer") public String getAuthUrl()
      Deprecated.
    • setAuthUrl

      public void setAuthUrl(String authUrl)
    • getPort

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public int getPort()
      Deprecated.
    • setPort

      public void setPort(int port)
    • getCredentialsCachePath

      @Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="the identity credentials provider will not use a credentials cache file") public String getCredentialsCachePath()
      Deprecated.
    • setCredentialsCachePath

      public void setCredentialsCachePath(String credentialsCachePath)
    • getAudience

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.audience") public String getAudience()
      Deprecated.
    • isConfigured

      @Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="This is determined by \'camunda.client.mode\'") public boolean isConfigured()
      Deprecated.
    • getGatewayAddress

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getGatewayAddress()
      Deprecated.