Class FlightRecorderPermission

All Implemented Interfaces:
Serializable, Guard

public final class FlightRecorderPermission extends BasicPermission
Permission for controlling access to Flight Recorder.
API Note:
This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
Since:
9
See Also:
  • Constructor Details

    • FlightRecorderPermission

      public FlightRecorderPermission(String name)
      Constructs a FlightRecorderPermission with the specified name.
      Parameters:
      name - the permission name, must be either "accessFlightRecorder" or "registerEvent", not null
      Throws:
      IllegalArgumentException - if name is empty or not valid