Interface MBeanServerPlugin

All Superinterfaces:
MBeanServer, MBeanServerConnection

public interface MBeanServerPlugin extends MBeanServer
Plugin for the PluggableMBeanServer
Author:
Kabir Khan
  • Method Details

    • accepts

      boolean accepts(ObjectName objectName)
      Return true if this plugin can handle mbeans with the passed in name
      Parameters:
      objectName - the name of the mbean to check
      Returns:
      whether or not this plugin can handle the mbean
    • shouldAuditLog

      boolean shouldAuditLog()
      Return true if this plugin should audit log
      Returns:
      whether or not this plugin should audit log
    • shouldAuthorize

      boolean shouldAuthorize()
      Return true if this plugin should authorize calls
      Returns:
      whether or not this plugin should audit log