Interface ResourceManagerMXBean

All Known Implementing Classes:
ResourceManager

@Private @Evolving public interface ResourceManagerMXBean
This is the JMX management interface for ResourceManager. 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.