Class CommonConfigurationProperties
java.lang.Object
io.camunda.zeebe.spring.client.properties.common.Client
io.camunda.zeebe.spring.client.properties.CommonConfigurationProperties
@ConfigurationProperties(prefix="common")
@Deprecated
public class CommonConfigurationProperties
extends Client
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getUrl()Deprecated.voidsetKeycloak(Keycloak keycloak) Deprecated.toString()Deprecated.Methods inherited from class io.camunda.zeebe.spring.client.properties.common.Client
getAuthUrl, getClientId, getClientSecret, getPassword, getUsername, setAuthUrl, setBaseUrl, setClientId, setClientSecret, setEnabled, setPassword, setUrl, setUsername
-
Constructor Details
-
CommonConfigurationProperties
public CommonConfigurationProperties()Deprecated.
-
-
Method Details
-
toString
Deprecated. -
getEnabled
@DeprecatedConfigurationProperty(replacement="not required") @Deprecated public Boolean getEnabled()Deprecated.- Overrides:
getEnabledin classClient
-
getUrl
Deprecated. -
getBaseUrl
Deprecated.- Overrides:
getBaseUrlin classClient
-
getKeycloak
@DeprecatedConfigurationProperty(replacement="not required", reason="Please use \'camunda.client.auth\'") @Deprecated public Keycloak getKeycloak()Deprecated. -
setKeycloak
Deprecated.
-