Class ToolDumpPermission

All Implemented Interfaces:
Serializable, Guard

@Deprecated(since="24", forRemoval=true) public class ToolDumpPermission extends BasicPermission
Deprecated, for removal: This API element is subject to removal in a future version.
Checking permissions is not supported.
The permission class for allowing "tool" dump agents to be run or configured via the com.ibm.jvm.Dump class. Granting this permission should be considered equivalent to granting permission to call java.lang.Runtime.exec(String).
See Also:
  • Constructor Details

    • ToolDumpPermission

      public ToolDumpPermission()
      Deprecated, for removal: This API element is subject to removal in a future version.