Class ZeebeClientConfigurationProperties.Security
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Security
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.int
hashCode()
Deprecated.void
setCertPath
(String certPath) void
setOverrideAuthority
(String overrideAuthority) void
setPlaintext
(Boolean plaintext) toString()
-
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
-
getCertPath
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.ca-certificate-path") public String getCertPath()Deprecated. -
setCertPath
-
getOverrideAuthority
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.override-authority") public String getOverrideAuthority()Deprecated. -
setOverrideAuthority
-
hashCode
public int hashCode() -
equals
-
toString
-