Class ZeebeClientConfigurationProperties.Security

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Security
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Security extends Object
  • Constructor Details

    • Security

      public Security()
  • Method Details

    • isPlaintext

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="plaintext is determined by the url protocol (http/https) now") public Boolean isPlaintext()
      Deprecated.
    • setPlaintext

      public void setPlaintext(Boolean plaintext)
    • getCertPath

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.ca-certificate-path") public String getCertPath()
      Deprecated.
    • setCertPath

      public void setCertPath(String certPath)
    • getOverrideAuthority

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.override-authority") public String getOverrideAuthority()
      Deprecated.
    • setOverrideAuthority

      public void setOverrideAuthority(String overrideAuthority)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object