Class ZeebeClientConfigurationProperties.Cloud
- java.lang.Object
-
- io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
-
- Enclosing class:
- ZeebeClientConfigurationProperties
public static class ZeebeClientConfigurationProperties.Cloud extends Object
-
-
Constructor Summary
Constructors Constructor Description Cloud()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAudience()StringgetAuthUrl()StringgetBaseUrl()StringgetClientId()StringgetClientSecret()StringgetClusterId()StringgetCredentialsCachePath()StringgetGatewayAddress()intgetPort()StringgetRegion()booleanisConfigured()voidsetAuthUrl(String authUrl)voidsetBaseUrl(String baseUrl)voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)voidsetClusterId(String clusterId)voidsetCredentialsCachePath(String credentialsCachePath)voidsetPort(int port)voidsetRegion(String region)
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
-
setClusterId
public void setClusterId(String clusterId)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getBaseUrl
public String getBaseUrl()
-
setBaseUrl
public void setBaseUrl(String baseUrl)
-
getAuthUrl
public String getAuthUrl()
-
setAuthUrl
public void setAuthUrl(String authUrl)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getCredentialsCachePath
public String getCredentialsCachePath()
-
setCredentialsCachePath
public void setCredentialsCachePath(String credentialsCachePath)
-
getAudience
public String getAudience()
-
isConfigured
public boolean isConfigured()
-
getGatewayAddress
public String getGatewayAddress()
-
-