Class CRIUDumpPermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
org.eclipse.openj9.criu.CRIUDumpPermission
- All Implemented Interfaces:
Serializable
,Guard
The permission class for operations on the org.eclipse.openj9.criu.CRIUSupport class.
Allowing code access to this permission will allow applications to trigger
CRIU dumps.
A dump file will be a complete image of the application's memory. Code with read
access to dump files produced by org.eclipse.openj9.criu.CRIUSupport should be considered as having
access to any information that was within the application at the time the dump
was taken.
- See Also:
-
Constructor Summary
-
Method Summary
Methods declared in class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
Methods declared in class java.security.Permission
checkGuard, getName, toString
-
Constructor Details
-
CRIUDumpPermission
public CRIUDumpPermission()Creates CRIUDumpPermission.
-