Class CommonConfigurationProperties
java.lang.Object
io.camunda.spring.client.properties.common.Client
io.camunda.spring.client.properties.CommonConfigurationProperties
@ConfigurationProperties(prefix="common")
@Deprecated(forRemoval=true,
since="8.6")
public class CommonConfigurationProperties
extends Client
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, 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.getUrl()Deprecated, for removal: This API element is subject to removal in a future version.voidsetKeycloak(Keycloak keycloak) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.camunda.spring.client.properties.common.Client
getAuthUrl, getClientId, getClientSecret, getPassword, getUsername, setAuthUrl, setBaseUrl, setClientId, setClientSecret, setEnabled, setPassword, setUrl, setUsername
-
Constructor Details
-
CommonConfigurationProperties
public CommonConfigurationProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
getEnabled
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getEnabledin classClient
-
getUrl
@DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.rest-address") public String getUrl()Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseUrl
@DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.rest-address") public String getBaseUrl()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getBaseUrlin classClient
-
getKeycloak
@DeprecatedConfigurationProperty(reason="not required", replacement="camunda.client.auth") public Keycloak getKeycloak()Deprecated, for removal: This API element is subject to removal in a future version. -
setKeycloak
Deprecated, for removal: This API element is subject to removal in a future version.
-