Class ApiProperties

java.lang.Object
io.camunda.spring.client.properties.common.ApiProperties
Direct Known Subclasses:
IdentityProperties, ZeebeClientProperties

@Deprecated(forRemoval=true, since="8.8") public class ApiProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated.
    Deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAudience(String audience)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setBaseUrl(URL baseUrl)
    Deprecated.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApiProperties

      public ApiProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getEnabled

      @DeprecatedConfigurationProperty(replacement="camunda.client.enabled") @Deprecated public Boolean getEnabled()
      Deprecated.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBaseUrl

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.restAddress") public URL getBaseUrl()
      Deprecated.
    • setBaseUrl

      @Deprecated public void setBaseUrl(URL baseUrl)
      Deprecated.
    • getAudience

      @DeprecatedConfigurationProperty(replacement="camunda.client.auth.audience") public String getAudience()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAudience

      public void setAudience(String audience)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getScope

      @DeprecatedConfigurationProperty(replacement="camunda.client.auth.scope") public String getScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setScope

      public void setScope(String scope)
      Deprecated, for removal: This API element is subject to removal in a future version.