Class SecurityCfg
java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.SecurityCfg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetAuthentication(AuthenticationCfg authentication) setCertificateChainPath(File certificateChainPath) setEnabled(boolean enabled) setPrivateKeyPath(File privateKeyPath) toString()
-
Constructor Details
-
SecurityCfg
public SecurityCfg()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
-
getCertificateChainPath
-
setCertificateChainPath
-
getPrivateKeyPath
-
setPrivateKeyPath
-
getAuthentication
-
setAuthentication
-
hashCode
public int hashCode() -
equals
-
toString
-