Interface NodeManagerMXBean

All Known Implementing Classes:
NodeManager

@Private @Evolving public interface NodeManagerMXBean
This is the JMX management interface for NodeManager. End users shouldn't be implementing these interfaces, and instead access this information through the JMX APIs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets if security is enabled.
  • Method Details

    • isSecurityEnabled

      boolean isSecurityEnabled()
      Gets if security is enabled.
      Returns:
      true, if security is enabled.