Name

Class java.lang.RuntimePermission

Synopsis

This class represents permission to perform certain runtime operations, such as executing other programs. Like all basic permissions, runtime permissions have no actions.

Class Definition

public final class java.lang.RuntimePermission
	extends java.security.BasicPermission {

	// Constructors
	public RuntimePermission(String);
	public RuntimePermission(String, String);
}

See also:

BasicPermission, Permission

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.