Lines Matching defs:Permissions
45 * 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
100 * Creates a new Permissions object containing no PermissionCollections.
102 public 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 object.
196 * @return an enumeration of all the Permissions.
200 // go through each Permissions in the hash table
209 * Gets the PermissionCollection in this Permissions object for
213 * stored in this Permissions object will be returned.
225 * in this Permissions object. If the call returns null and createEmpty
467 * @see Permissions
536 * @return an enumeration of all the Permissions.
552 * A table of the Permissions (both key and value are same).