Class CamundaSelfManagedProperties
java.lang.Object
io.camunda.spring.client.properties.CamundaSelfManagedProperties
@ConfigurationProperties(prefix="zeebe")
@Deprecated(forRemoval=true,
since="8.6")
public class CamundaSelfManagedProperties
extends Object
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.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
CamundaSelfManagedProperties
public CamundaSelfManagedProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAuthServer
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.issuer") @Deprecated public String getAuthServer()Deprecated. -
getClientId
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-id") @Deprecated public String getClientId()Deprecated. -
getClientSecret
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-secret") @Deprecated public String getClientSecret()Deprecated. -
getAudience
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.audience") @Deprecated public String getAudience()Deprecated. -
getGatewayAddress
@DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") @Deprecated public String getGatewayAddress()Deprecated.
-