public static class ZeebeClientConfigurationProperties.Cloud extends Object
| Constructor and Description |
|---|
Cloud() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience() |
String |
getAuthUrl() |
String |
getBaseUrl() |
String |
getClientId() |
String |
getClientSecret() |
String |
getClusterId() |
String |
getCredentialsCachePath() |
String |
getGatewayAddress() |
int |
getPort() |
String |
getRegion() |
boolean |
isConfigured() |
void |
setAuthUrl(String authUrl) |
void |
setBaseUrl(String baseUrl) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setClusterId(String clusterId) |
void |
setCredentialsCachePath(String credentialsCachePath) |
void |
setPort(int port) |
void |
setRegion(String region) |
public String getClusterId()
public void setClusterId(String clusterId)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getRegion()
public void setRegion(String region)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getAuthUrl()
public void setAuthUrl(String authUrl)
public int getPort()
public void setPort(int port)
public String getCredentialsCachePath()
public void setCredentialsCachePath(String credentialsCachePath)
public String getAudience()
public boolean isConfigured()
public String getGatewayAddress()
Copyright © 2021 Camunda Services GmbH. All rights reserved.