Class Client
java.lang.Object
io.camunda.zeebe.spring.client.properties.common.Client
- Direct Known Subclasses:
CommonConfigurationProperties
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getUrl()Deprecated.Deprecated.voidsetAuthUrl(String authUrl) Deprecated.voidsetBaseUrl(String baseUrl) Deprecated.voidsetClientId(String clientId) Deprecated.voidsetClientSecret(String clientSecret) Deprecated.voidsetEnabled(Boolean enabled) Deprecated.voidsetPassword(String password) Deprecated.voidDeprecated.voidsetUsername(String username) Deprecated.toString()Deprecated.
-
Constructor Details
-
Client
public Client()Deprecated.
-
-
Method Details
-
toString
Deprecated. -
getClientId
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-id") @Deprecated public String getClientId()Deprecated. -
setClientId
Deprecated. -
getClientSecret
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-secret") @Deprecated public String getClientSecret()Deprecated. -
setClientSecret
Deprecated. -
getUsername
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.username") @Deprecated public String getUsername()Deprecated. -
setUsername
Deprecated. -
getPassword
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.password") @Deprecated public String getPassword()Deprecated. -
setPassword
Deprecated. -
getEnabled
Deprecated. -
setEnabled
Deprecated. -
getUrl
Deprecated. -
setUrl
Deprecated. -
getAuthUrl
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.issuer") @Deprecated public String getAuthUrl()Deprecated. -
setAuthUrl
Deprecated. -
getBaseUrl
Deprecated. -
setBaseUrl
Deprecated.
-