Class ApiProperties
java.lang.Object
io.camunda.spring.client.properties.common.ApiProperties
- Direct Known Subclasses:
IdentityProperties,ZeebeClientProperties
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated.Deprecated.getScope()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAudience(String audience) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBaseUrl(URL baseUrl) Deprecated.voidsetEnabled(Boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
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
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. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getScope
Deprecated, for removal: This API element is subject to removal in a future version. -
setScope
Deprecated, for removal: This API element is subject to removal in a future version.
-