Class SecurityCfg
java.lang.Object
io.camunda.zeebe.broker.system.configuration.SecurityCfg
- All Implemented Interfaces:
ConfigurationEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidbooleansetCertificateChainPath(File certificateChainPath) setEnabled(boolean enabled) setPrivateKeyPath(File privateKeyPath) toString()
-
Constructor Details
-
SecurityCfg
public SecurityCfg()
-
-
Method Details
-
init
- Specified by:
initin interfaceConfigurationEntry
-
isEnabled
public boolean isEnabled() -
setEnabled
-
getCertificateChainPath
-
setCertificateChainPath
-
getPrivateKeyPath
-
setPrivateKeyPath
-
hashCode
public int hashCode() -
equals
-
toString
-