Class ZeebeClientConfigurationProperties.Cloud
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.intgetPort()Deprecated.Deprecated.getScope()Deprecated.booleanDeprecated.voidsetAuthUrl(String authUrl) voidsetBaseUrl(String baseUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetClusterId(String clusterId) voidsetCredentialsCachePath(String credentialsCachePath) voidsetPort(int port) voidvoidtoString()
-
Constructor Details
-
Cloud
public Cloud()
-
-
Method Details
-
toString
-
getClusterId
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.cluster-id") public String getClusterId()Deprecated. -
setClusterId
-
getClientId
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-id") public String getClientId()Deprecated. -
setClientId
-
getClientSecret
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-secret") public String getClientSecret()Deprecated. -
setClientSecret
-
getRegion
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.region") public String getRegion()Deprecated. -
setRegion
-
getScope
@Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="The handling of scopes is done by the oidc type \'camunda.client.auth.oidc-type\'") public String getScope()Deprecated. -
setScope
-
getBaseUrl
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getBaseUrl()Deprecated. -
setBaseUrl
-
getAuthUrl
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.auth.issuer") public String getAuthUrl()Deprecated. -
setAuthUrl
-
getPort
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public int getPort()Deprecated. -
setPort
public void setPort(int port) -
getCredentialsCachePath
@Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="the identity credentials provider will not use a credentials cache file") public String getCredentialsCachePath()Deprecated. -
setCredentialsCachePath
-
getAudience
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.audience") public String getAudience()Deprecated. -
isConfigured
@Deprecated @DeprecatedConfigurationProperty(replacement="not required", reason="This is determined by \'camunda.client.mode\'") public boolean isConfigured()Deprecated. -
getGatewayAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getGatewayAddress()Deprecated.
-