Class SecurityCfg

java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.SecurityCfg

public final class SecurityCfg extends Object
  • Constructor Details

    • SecurityCfg

      public SecurityCfg()
  • Method Details

    • 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)
    • getAuthentication

      public AuthenticationCfg getAuthentication()
    • setAuthentication

      public void setAuthentication(AuthenticationCfg authentication)
    • 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