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

/openjdk7/jdk/src/share/classes/java/security/
H A DPermissions.java45 * This class represents a heterogeneous collection of Permissions. That is,
62 * the PermissionCollection and add it to the Permissions object. If
82 public final class Permissions extends PermissionCollection class in inherits:PermissionCollection,Serializable
100 * Creates a new Permissions object containing no PermissionCollections.
102 public Permissions() { method in class:Permissions
111 * in this Permissions object.
119 * @exception SecurityException if this Permissions object is
128 "attempt to add a Permission to a readonly Permissions object");
155 * Permissions object, and it contains one FilePermission that specifies
194 * PermissionCollections in this Permissions objec
[all...]

Completed in 30 milliseconds