Class ManagementCenterConfig

java.lang.Object
com.hazelcast.config.ManagementCenterConfig

public final class ManagementCenterConfig
extends Object
Contains the configuration for Hazelcast Management Center.
  • Constructor Details

  • Method Details

    • setScriptingEnabled

      public ManagementCenterConfig setScriptingEnabled​(boolean scriptingEnabled)
      Enables/disables scripting on the member. Management center allows to send a script for execution to a member. The script can access the unerlying system Hazelcast member is running on with permissions of user running the member. Disabling scripting improves the member security.

      Default value for this config element depends on Hazelcast edition: false for Hazelcast Enterprise, true for Hazelcast (open source).

      Parameters:
      scriptingEnabled - true to allow scripting on the member, false to disallow
      Returns:
      this management center config instance
      Since:
      3.12
    • isScriptingEnabled

      public boolean isScriptingEnabled()
      Returns if scripting is allowed (true) or disallowed (false).
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object