java.lang.Object
io.camunda.spring.client.properties.common.Client
Direct Known Subclasses:
CommonConfigurationProperties

@Deprecated(forRemoval=true, since="8.6") public class Client 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, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAuthUrl(String authUrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setBaseUrl(String baseUrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setClientId(String clientId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setClientSecret(String clientSecret)
    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.
     
    void
    setPassword(String password)
    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.
     
    void
    setUsername(String username)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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, wait, wait, wait
  • Constructor Details

    • Client

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

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • getClientId

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

      public void setClientId(String clientId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getClientSecret

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

      public void setClientSecret(String clientSecret)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUsername

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

      public void setUsername(String username)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPassword

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

      public void setPassword(String password)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEnabled

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

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

      public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUrl

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAuthUrl

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

      public void setAuthUrl(String authUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBaseUrl

      public String getBaseUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBaseUrl

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