Class Client
java.lang.Object
io.camunda.spring.client.properties.common.Client
- Direct Known Subclasses:
CommonConfigurationProperties
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionClient()Deprecated, 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.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.getUrl()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.voidsetAuthUrl(String authUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBaseUrl(String baseUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetClientId(String clientId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetClientSecret(String clientSecret) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnabled(Boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPassword(String password) 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.voidsetUsername(String username) 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.
-
Constructor Details
-
Client
public Client()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. -
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
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
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
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
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. -
setEnabled
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. -
setUrl
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
setBaseUrl
Deprecated, for removal: This API element is subject to removal in a future version.
-