Searched defs:RuntimePermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DRuntimePermission.java34 * This class is for runtime permissions. A RuntimePermission
47 * The following table lists all the possible RuntimePermission target names,
350 public final class RuntimePermission extends BasicPermission { class in inherits:BasicPermission
355 * Creates a new RuntimePermission with the specified name.
356 * The name is the symbolic name of the RuntimePermission, such as
361 * @param name the name of the RuntimePermission.
367 public RuntimePermission(String name) method in class:RuntimePermission
373 * Creates a new RuntimePermission object with the specified name.
374 * The name is the symbolic name of the RuntimePermission, and the
377 * @param name the name of the RuntimePermission
384 public RuntimePermission(String name, String actions) method in class:RuntimePermission
[all...]

Completed in 87 milliseconds