Class OperateClientConfigurationProperties

java.lang.Object
io.camunda.zeebe.spring.client.properties.OperateClientConfigurationProperties

@ConfigurationProperties public class OperateClientConfigurationProperties extends Object
  • Field Details

    • DEFAULT_AUTH_URL

      public static String DEFAULT_AUTH_URL
    • DEFAULT_AUDIENCE

      public static String DEFAULT_AUDIENCE
    • operateCloudBaseUrl

      public static String operateCloudBaseUrl
  • Constructor Details

    • OperateClientConfigurationProperties

      public OperateClientConfigurationProperties()
  • Method Details

    • getOperateUrl

      public String getOperateUrl()
    • getAuthentication

      public io.camunda.operate.auth.AuthInterface getAuthentication(String operateUrl)
    • getAuthUrl

      public String getAuthUrl()
    • getAudience

      public String getAudience()