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

/openjdk7/jdk/src/share/classes/java/security/
H A DSecurityPermission.java35 * A SecurityPermission contains a name (also referred to as a "target name")
40 * Currently the SecurityPermission object is used to guard access
44 * The following table lists all the possible SecurityPermission target names,
294 public final class SecurityPermission extends BasicPermission { class in inherits:BasicPermission
299 * Creates a new SecurityPermission with the specified name.
300 * The name is the symbolic name of the SecurityPermission. An asterisk
304 * @param name the name of the SecurityPermission
310 public SecurityPermission(String name) method in class:SecurityPermission
316 * Creates a new SecurityPermission object with the specified name.
317 * The name is the symbolic name of the SecurityPermission, an
327 public SecurityPermission(String name, String actions) method in class:SecurityPermission
[all...]

Completed in 44 milliseconds