Class JfrReportPermission

    • Constructor Detail

      • JfrReportPermission

        public JfrReportPermission​(String name)
        Constructs a JfrReportPermission with the specified name.
        Parameters:
        name - must be override.
        Throws:
        IllegalArgumentException - if the argument is invalid.
      • JfrReportPermission

        public JfrReportPermission​(String name,
                                   String actions)
        Constructs a new JfrReportPermission object.
        Parameters:
        name - Permission name. Must be "override".
        actions - Must be either null or the empty string.
        Throws:
        IllegalArgumentException - if arguments are invalid.