Class ZeebeClientConfigurationProperties.Security
java.lang.Object
io.camunda.spring.client.properties.ZeebeClientConfigurationProperties.Security
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCertPath(String certPath) voidsetOverrideAuthority(String overrideAuthority) voidsetPlaintext(Boolean plaintext) toString()
-
Constructor Details
-
Security
public Security()
-
-
Method Details
-
isPlaintext
@DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address", reason="plaintext is determined by the url protocol (http/https) now") public Boolean isPlaintext() -
setPlaintext
-
getCertPath
@DeprecatedConfigurationProperty(replacement="camunda.client.ca-certificate-path") public String getCertPath() -
setCertPath
-
getOverrideAuthority
@DeprecatedConfigurationProperty(replacement="camunda.client.override-authority") public String getOverrideAuthority() -
setOverrideAuthority
-
hashCode
public int hashCode() -
equals
-
toString
-