java.lang.Object
io.camunda.zeebe.broker.system.configuration.SecurityCfg
All Implemented Interfaces:
ConfigurationEntry

public final class SecurityCfg extends Object implements ConfigurationEntry
  • Constructor Details

    • SecurityCfg

      public SecurityCfg()
  • Method Details

    • init

      public void init(BrokerCfg globalConfig, String brokerBase)
      Specified by:
      init in interface ConfigurationEntry
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public SecurityCfg setEnabled(boolean enabled)
    • getCertificateChainPath

      public File getCertificateChainPath()
    • setCertificateChainPath

      public SecurityCfg setCertificateChainPath(File certificateChainPath)
    • getPrivateKeyPath

      public File getPrivateKeyPath()
    • setPrivateKeyPath

      public SecurityCfg setPrivateKeyPath(File privateKeyPath)
    • 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